Documentation
¶
Index ¶
Constants ¶
const DescriptorIWallpaperEffectsGenerationService = "android.service.wallpapereffectsgeneration.IWallpaperEffectsGenerationService"
const (
MethodIWallpaperEffectsGenerationServiceOnGenerateCinematicEffect = "onGenerateCinematicEffect"
)
const (
TransactionIWallpaperEffectsGenerationServiceOnGenerateCinematicEffect = binder.FirstCallTransaction + 0
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IWallpaperEffectsGenerationService ¶
type IWallpaperEffectsGenerationService interface {
AsBinder() binder.IBinder
OnGenerateCinematicEffect(ctx context.Context, request appWallpapereffectsgeneration.CinematicEffectRequest) error
}
func NewWallpaperEffectsGenerationServiceStub ¶
func NewWallpaperEffectsGenerationServiceStub( impl IWallpaperEffectsGenerationServiceServer, ) IWallpaperEffectsGenerationService
NewWallpaperEffectsGenerationServiceStub creates a server-side IWallpaperEffectsGenerationService wrapping the given server implementation. The returned value satisfies IWallpaperEffectsGenerationService and can be passed to proxy methods; its AsBinder() returns a *binder.StubBinder that is auto-registered with the binder driver on first use.
type IWallpaperEffectsGenerationServiceServer ¶
type IWallpaperEffectsGenerationServiceServer interface {
OnGenerateCinematicEffect(ctx context.Context, request appWallpapereffectsgeneration.CinematicEffectRequest) error
}
IWallpaperEffectsGenerationServiceServer is the server-side interface that user implementations provide to NewWallpaperEffectsGenerationServiceStub. It contains only the business methods, without AsBinder (which is provided by the stub itself).
type WallpaperEffectsGenerationServiceProxy ¶
func NewWallpaperEffectsGenerationServiceProxy ¶
func NewWallpaperEffectsGenerationServiceProxy( remote binder.IBinder, ) *WallpaperEffectsGenerationServiceProxy
func (*WallpaperEffectsGenerationServiceProxy) AsBinder ¶
func (p *WallpaperEffectsGenerationServiceProxy) AsBinder() binder.IBinder
func (*WallpaperEffectsGenerationServiceProxy) OnGenerateCinematicEffect ¶
func (p *WallpaperEffectsGenerationServiceProxy) OnGenerateCinematicEffect( ctx context.Context, request appWallpapereffectsgeneration.CinematicEffectRequest, ) error
type WallpaperEffectsGenerationServiceStub ¶
type WallpaperEffectsGenerationServiceStub struct {
Impl IWallpaperEffectsGenerationService
Transport binder.VersionAwareTransport
}
WallpaperEffectsGenerationServiceStub dispatches incoming binder transactions to a typed IWallpaperEffectsGenerationService implementation.
func (*WallpaperEffectsGenerationServiceStub) Descriptor ¶
func (s *WallpaperEffectsGenerationServiceStub) Descriptor() string
func (*WallpaperEffectsGenerationServiceStub) OnTransaction ¶
func (s *WallpaperEffectsGenerationServiceStub) OnTransaction( ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel, ) (*parcel.Parcel, error)