Documentation
¶
Index ¶
- type DescriptionBuilderClient
- func (c *DescriptionBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *DescriptionBuilderClient) SetContent(ctx context.Context, arg0 int64) (int64, error)
- func (c *DescriptionBuilderClient) SetContextDescription(ctx context.Context, arg0 string) (int64, error)
- func (c *DescriptionBuilderClient) SetContextUri(ctx context.Context, arg0 int64) (int64, error)
- func (c *DescriptionBuilderClient) SetId(ctx context.Context, arg0 string) (int64, error)
- func (c *DescriptionBuilderClient) SetThumbnail(ctx context.Context, arg0 int64) (int64, error)
- func (c *DescriptionBuilderClient) SetTitle(ctx context.Context, arg0 string) (int64, error)
- type DescriptionClient
- func (c *DescriptionClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *DescriptionClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *DescriptionClient) GetComponent(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetContent(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetContextDescription(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetContextUri(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetDescription(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetId(ctx context.Context) (string, error)
- func (c *DescriptionClient) GetThumbnail(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetTitle(ctx context.Context) (int64, error)
- func (c *DescriptionClient) HashCode(ctx context.Context) (int32, error)
- func (c *DescriptionClient) ToBuilder(ctx context.Context) (int64, error)
- func (c *DescriptionClient) ToString(ctx context.Context) (string, error)
- func (c *DescriptionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type InstanceClient
- func (c *InstanceClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *InstanceClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *InstanceClient) GetDescription(ctx context.Context, handle int64) (int64, error)
- func (c *InstanceClient) GetId(ctx context.Context, handle int64) (string, error)
- func (c *InstanceClient) GetInfo(ctx context.Context, handle int64) (int64, error)
- func (c *InstanceClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *InstanceClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type ServiceClient
- func (c *ServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *ServiceClient) OnCreate(ctx context.Context) error
- func (c *ServiceClient) OnCreateEngine0(ctx context.Context) (int64, error)
- func (c *ServiceClient) OnCreateEngine1_1(ctx context.Context, arg0 int64) (int64, error)
- func (c *ServiceClient) OnDestroy(ctx context.Context) error
- type ServiceEngineClient
- func (c *ServiceEngineClient) GetDesiredMinimumHeight(ctx context.Context) (int32, error)
- func (c *ServiceEngineClient) GetDesiredMinimumWidth(ctx context.Context) (int32, error)
- func (c *ServiceEngineClient) GetDisplayContext(ctx context.Context) (int64, error)
- func (c *ServiceEngineClient) GetSurfaceHolder(ctx context.Context) (int64, error)
- func (c *ServiceEngineClient) GetWallpaperFlags(ctx context.Context) (int32, error)
- func (c *ServiceEngineClient) IsPreview(ctx context.Context) (bool, error)
- func (c *ServiceEngineClient) IsVisible(ctx context.Context) (bool, error)
- func (c *ServiceEngineClient) NotifyColorsChanged(ctx context.Context) error
- func (c *ServiceEngineClient) OnApplyWallpaper(ctx context.Context, arg0 int32) (int64, error)
- func (c *ServiceEngineClient) OnApplyWindowInsets(ctx context.Context, arg0 int64) error
- func (c *ServiceEngineClient) OnCommand(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 int32, ...) (int64, error)
- func (c *ServiceEngineClient) OnComputeColors(ctx context.Context) (int64, error)
- func (c *ServiceEngineClient) OnCreate(ctx context.Context, arg0 int64) error
- func (c *ServiceEngineClient) OnDesiredSizeChanged(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *ServiceEngineClient) OnDestroy(ctx context.Context) error
- func (c *ServiceEngineClient) OnOffsetsChanged(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, ...) error
- func (c *ServiceEngineClient) OnSurfaceChanged(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error
- func (c *ServiceEngineClient) OnSurfaceCreated(ctx context.Context, arg0 int64) error
- func (c *ServiceEngineClient) OnSurfaceDestroyed(ctx context.Context, arg0 int64) error
- func (c *ServiceEngineClient) OnSurfaceRedrawNeeded(ctx context.Context, arg0 int64) error
- func (c *ServiceEngineClient) OnTouchEvent(ctx context.Context, arg0 int64) error
- func (c *ServiceEngineClient) OnVisibilityChanged(ctx context.Context, arg0 bool) error
- func (c *ServiceEngineClient) OnWallpaperFlagsChanged(ctx context.Context, arg0 int32) error
- func (c *ServiceEngineClient) OnZoomChanged(ctx context.Context, arg0 float32) error
- func (c *ServiceEngineClient) SetOffsetNotificationsEnabled(ctx context.Context, arg0 bool) error
- func (c *ServiceEngineClient) SetTouchEventsEnabled(ctx context.Context, arg0 bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DescriptionBuilderClient ¶
type DescriptionBuilderClient struct {
// contains filtered or unexported fields
}
DescriptionBuilderClient wraps the gRPC DescriptionBuilderService client.
func NewDescriptionBuilderClient ¶
func NewDescriptionBuilderClient(cc grpc.ClientConnInterface) *DescriptionBuilderClient
NewDescriptionBuilderClient creates a new DescriptionBuilder client.
func (*DescriptionBuilderClient) Build ¶
func (c *DescriptionBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*DescriptionBuilderClient) SetContent ¶
SetContent calls the SetContent RPC.
func (*DescriptionBuilderClient) SetContextDescription ¶
func (c *DescriptionBuilderClient) SetContextDescription(ctx context.Context, arg0 string) (int64, error)
SetContextDescription calls the SetContextDescription RPC.
func (*DescriptionBuilderClient) SetContextUri ¶
SetContextUri calls the SetContextUri RPC.
func (*DescriptionBuilderClient) SetThumbnail ¶
SetThumbnail calls the SetThumbnail RPC.
type DescriptionClient ¶
type DescriptionClient struct {
// contains filtered or unexported fields
}
DescriptionClient wraps the gRPC DescriptionService client.
func NewDescriptionClient ¶
func NewDescriptionClient(cc grpc.ClientConnInterface) *DescriptionClient
NewDescriptionClient creates a new Description client.
func (*DescriptionClient) DescribeContents ¶
func (c *DescriptionClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*DescriptionClient) GetComponent ¶
func (c *DescriptionClient) GetComponent(ctx context.Context) (int64, error)
GetComponent calls the GetComponent RPC.
func (*DescriptionClient) GetContent ¶
func (c *DescriptionClient) GetContent(ctx context.Context) (int64, error)
GetContent calls the GetContent RPC.
func (*DescriptionClient) GetContextDescription ¶
func (c *DescriptionClient) GetContextDescription(ctx context.Context) (int64, error)
GetContextDescription calls the GetContextDescription RPC.
func (*DescriptionClient) GetContextUri ¶
func (c *DescriptionClient) GetContextUri(ctx context.Context) (int64, error)
GetContextUri calls the GetContextUri RPC.
func (*DescriptionClient) GetDescription ¶
func (c *DescriptionClient) GetDescription(ctx context.Context) (int64, error)
GetDescription calls the GetDescription RPC.
func (*DescriptionClient) GetId ¶
func (c *DescriptionClient) GetId(ctx context.Context) (string, error)
GetId calls the GetId RPC.
func (*DescriptionClient) GetThumbnail ¶
func (c *DescriptionClient) GetThumbnail(ctx context.Context) (int64, error)
GetThumbnail calls the GetThumbnail RPC.
func (*DescriptionClient) GetTitle ¶
func (c *DescriptionClient) GetTitle(ctx context.Context) (int64, error)
GetTitle calls the GetTitle RPC.
func (*DescriptionClient) HashCode ¶
func (c *DescriptionClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*DescriptionClient) ToBuilder ¶
func (c *DescriptionClient) ToBuilder(ctx context.Context) (int64, error)
ToBuilder calls the ToBuilder RPC.
func (*DescriptionClient) ToString ¶
func (c *DescriptionClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*DescriptionClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type InstanceClient ¶
type InstanceClient struct {
// contains filtered or unexported fields
}
InstanceClient wraps the gRPC InstanceService client.
func NewInstanceClient ¶
func NewInstanceClient(cc grpc.ClientConnInterface) *InstanceClient
NewInstanceClient creates a new Instance client.
func (*InstanceClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*InstanceClient) GetDescription ¶
GetDescription calls the GetDescription RPC.
func (*InstanceClient) WriteToParcel ¶
func (c *InstanceClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type ServiceClient ¶
type ServiceClient struct {
// contains filtered or unexported fields
}
ServiceClient wraps the gRPC ServiceService client.
func NewServiceClient ¶
func NewServiceClient(cc grpc.ClientConnInterface) *ServiceClient
NewServiceClient creates a new Service client.
func (*ServiceClient) OnCreate ¶
func (c *ServiceClient) OnCreate(ctx context.Context) error
OnCreate calls the OnCreate RPC.
func (*ServiceClient) OnCreateEngine0 ¶
func (c *ServiceClient) OnCreateEngine0(ctx context.Context) (int64, error)
OnCreateEngine0 calls the OnCreateEngine0 RPC.
func (*ServiceClient) OnCreateEngine1_1 ¶
OnCreateEngine1_1 calls the OnCreateEngine1_1 RPC.
type ServiceEngineClient ¶
type ServiceEngineClient struct {
// contains filtered or unexported fields
}
ServiceEngineClient wraps the gRPC ServiceEngineService client.
func NewServiceEngineClient ¶
func NewServiceEngineClient(cc grpc.ClientConnInterface) *ServiceEngineClient
NewServiceEngineClient creates a new ServiceEngine client.
func (*ServiceEngineClient) GetDesiredMinimumHeight ¶
func (c *ServiceEngineClient) GetDesiredMinimumHeight(ctx context.Context) (int32, error)
GetDesiredMinimumHeight calls the GetDesiredMinimumHeight RPC.
func (*ServiceEngineClient) GetDesiredMinimumWidth ¶
func (c *ServiceEngineClient) GetDesiredMinimumWidth(ctx context.Context) (int32, error)
GetDesiredMinimumWidth calls the GetDesiredMinimumWidth RPC.
func (*ServiceEngineClient) GetDisplayContext ¶
func (c *ServiceEngineClient) GetDisplayContext(ctx context.Context) (int64, error)
GetDisplayContext calls the GetDisplayContext RPC.
func (*ServiceEngineClient) GetSurfaceHolder ¶
func (c *ServiceEngineClient) GetSurfaceHolder(ctx context.Context) (int64, error)
GetSurfaceHolder calls the GetSurfaceHolder RPC.
func (*ServiceEngineClient) GetWallpaperFlags ¶
func (c *ServiceEngineClient) GetWallpaperFlags(ctx context.Context) (int32, error)
GetWallpaperFlags calls the GetWallpaperFlags RPC.
func (*ServiceEngineClient) IsPreview ¶
func (c *ServiceEngineClient) IsPreview(ctx context.Context) (bool, error)
IsPreview calls the IsPreview RPC.
func (*ServiceEngineClient) IsVisible ¶
func (c *ServiceEngineClient) IsVisible(ctx context.Context) (bool, error)
IsVisible calls the IsVisible RPC.
func (*ServiceEngineClient) NotifyColorsChanged ¶
func (c *ServiceEngineClient) NotifyColorsChanged(ctx context.Context) error
NotifyColorsChanged calls the NotifyColorsChanged RPC.
func (*ServiceEngineClient) OnApplyWallpaper ¶
OnApplyWallpaper calls the OnApplyWallpaper RPC.
func (*ServiceEngineClient) OnApplyWindowInsets ¶
func (c *ServiceEngineClient) OnApplyWindowInsets(ctx context.Context, arg0 int64) error
OnApplyWindowInsets calls the OnApplyWindowInsets RPC.
func (*ServiceEngineClient) OnCommand ¶
func (c *ServiceEngineClient) OnCommand(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 int32, arg4 int64, arg5 bool) (int64, error)
OnCommand calls the OnCommand RPC.
func (*ServiceEngineClient) OnComputeColors ¶
func (c *ServiceEngineClient) OnComputeColors(ctx context.Context) (int64, error)
OnComputeColors calls the OnComputeColors RPC.
func (*ServiceEngineClient) OnCreate ¶
func (c *ServiceEngineClient) OnCreate(ctx context.Context, arg0 int64) error
OnCreate calls the OnCreate RPC.
func (*ServiceEngineClient) OnDesiredSizeChanged ¶
func (c *ServiceEngineClient) OnDesiredSizeChanged(ctx context.Context, arg0 int32, arg1 int32) error
OnDesiredSizeChanged calls the OnDesiredSizeChanged RPC.
func (*ServiceEngineClient) OnDestroy ¶
func (c *ServiceEngineClient) OnDestroy(ctx context.Context) error
OnDestroy calls the OnDestroy RPC.
func (*ServiceEngineClient) OnOffsetsChanged ¶
func (c *ServiceEngineClient) OnOffsetsChanged(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int32, arg5 int32) error
OnOffsetsChanged calls the OnOffsetsChanged RPC.
func (*ServiceEngineClient) OnSurfaceChanged ¶
func (c *ServiceEngineClient) OnSurfaceChanged(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error
OnSurfaceChanged calls the OnSurfaceChanged RPC.
func (*ServiceEngineClient) OnSurfaceCreated ¶
func (c *ServiceEngineClient) OnSurfaceCreated(ctx context.Context, arg0 int64) error
OnSurfaceCreated calls the OnSurfaceCreated RPC.
func (*ServiceEngineClient) OnSurfaceDestroyed ¶
func (c *ServiceEngineClient) OnSurfaceDestroyed(ctx context.Context, arg0 int64) error
OnSurfaceDestroyed calls the OnSurfaceDestroyed RPC.
func (*ServiceEngineClient) OnSurfaceRedrawNeeded ¶
func (c *ServiceEngineClient) OnSurfaceRedrawNeeded(ctx context.Context, arg0 int64) error
OnSurfaceRedrawNeeded calls the OnSurfaceRedrawNeeded RPC.
func (*ServiceEngineClient) OnTouchEvent ¶
func (c *ServiceEngineClient) OnTouchEvent(ctx context.Context, arg0 int64) error
OnTouchEvent calls the OnTouchEvent RPC.
func (*ServiceEngineClient) OnVisibilityChanged ¶
func (c *ServiceEngineClient) OnVisibilityChanged(ctx context.Context, arg0 bool) error
OnVisibilityChanged calls the OnVisibilityChanged RPC.
func (*ServiceEngineClient) OnWallpaperFlagsChanged ¶
func (c *ServiceEngineClient) OnWallpaperFlagsChanged(ctx context.Context, arg0 int32) error
OnWallpaperFlagsChanged calls the OnWallpaperFlagsChanged RPC.
func (*ServiceEngineClient) OnZoomChanged ¶
func (c *ServiceEngineClient) OnZoomChanged(ctx context.Context, arg0 float32) error
OnZoomChanged calls the OnZoomChanged RPC.
func (*ServiceEngineClient) SetOffsetNotificationsEnabled ¶
func (c *ServiceEngineClient) SetOffsetNotificationsEnabled(ctx context.Context, arg0 bool) error
SetOffsetNotificationsEnabled calls the SetOffsetNotificationsEnabled RPC.
func (*ServiceEngineClient) SetTouchEventsEnabled ¶
func (c *ServiceEngineClient) SetTouchEventsEnabled(ctx context.Context, arg0 bool) error
SetTouchEventsEnabled calls the SetTouchEventsEnabled RPC.