Documentation
¶
Index ¶
- type DreamServiceClient
- func (c *DreamServiceClient) AddContentView(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *DreamServiceClient) DispatchGenericMotionEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DreamServiceClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DreamServiceClient) DispatchKeyShortcutEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DreamServiceClient) DispatchPopulateAccessibilityEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DreamServiceClient) DispatchTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DreamServiceClient) DispatchTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DreamServiceClient) Finish(ctx context.Context, handle int64) error
- func (c *DreamServiceClient) GetWindow(ctx context.Context, handle int64) (int64, error)
- func (c *DreamServiceClient) GetWindowManager(ctx context.Context, handle int64) (int64, error)
- func (c *DreamServiceClient) IsFullscreen(ctx context.Context, handle int64) (bool, error)
- func (c *DreamServiceClient) IsInteractive(ctx context.Context, handle int64) (bool, error)
- func (c *DreamServiceClient) IsScreenBright(ctx context.Context, handle int64) (bool, error)
- func (c *DreamServiceClient) OnActionModeFinished(ctx context.Context, handle int64, arg0 int64) error
- func (c *DreamServiceClient) OnActionModeStarted(ctx context.Context, handle int64, arg0 int64) error
- func (c *DreamServiceClient) OnAttachedToWindow(ctx context.Context, handle int64) error
- func (c *DreamServiceClient) OnBind(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *DreamServiceClient) OnContentChanged(ctx context.Context, handle int64) error
- func (c *DreamServiceClient) OnCreate(ctx context.Context, handle int64) error
- func (c *DreamServiceClient) OnCreatePanelMenu(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)
- func (c *DreamServiceClient) OnCreatePanelView(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *DreamServiceClient) OnDestroy(ctx context.Context, handle int64) error
- func (c *DreamServiceClient) OnDetachedFromWindow(ctx context.Context, handle int64) error
- func (c *DreamServiceClient) OnDreamingStarted(ctx context.Context, handle int64) error
- func (c *DreamServiceClient) OnDreamingStopped(ctx context.Context, handle int64) error
- func (c *DreamServiceClient) OnMenuItemSelected(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)
- func (c *DreamServiceClient) OnMenuOpened(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)
- func (c *DreamServiceClient) OnPanelClosed(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *DreamServiceClient) OnPreparePanel(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64) (bool, error)
- func (c *DreamServiceClient) OnSearchRequested0(ctx context.Context, handle int64) (bool, error)
- func (c *DreamServiceClient) OnSearchRequested1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DreamServiceClient) OnUnbind(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DreamServiceClient) OnWakeUp(ctx context.Context, handle int64) error
- func (c *DreamServiceClient) OnWindowAttributesChanged(ctx context.Context, handle int64, arg0 int64) error
- func (c *DreamServiceClient) OnWindowFocusChanged(ctx context.Context, handle int64, arg0 bool) error
- func (c *DreamServiceClient) OnWindowStartingActionMode1(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *DreamServiceClient) OnWindowStartingActionMode2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)
- func (c *DreamServiceClient) SetContentView1(ctx context.Context, handle int64, arg0 int64) error
- func (c *DreamServiceClient) SetContentView1_2(ctx context.Context, handle int64, arg0 int32) error
- func (c *DreamServiceClient) SetContentView2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *DreamServiceClient) SetFullscreen(ctx context.Context, handle int64, arg0 bool) error
- func (c *DreamServiceClient) SetInteractive(ctx context.Context, handle int64, arg0 bool) error
- func (c *DreamServiceClient) SetScreenBright(ctx context.Context, handle int64, arg0 bool) error
- func (c *DreamServiceClient) WakeUp(ctx context.Context, handle int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DreamServiceClient ¶
type DreamServiceClient struct {
// contains filtered or unexported fields
}
DreamServiceClient wraps the gRPC DreamServiceService client.
func NewDreamServiceClient ¶
func NewDreamServiceClient(cc grpc.ClientConnInterface) *DreamServiceClient
NewDreamServiceClient creates a new DreamService client.
func (*DreamServiceClient) AddContentView ¶
func (c *DreamServiceClient) AddContentView(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
AddContentView calls the AddContentView RPC.
func (*DreamServiceClient) DispatchGenericMotionEvent ¶
func (c *DreamServiceClient) DispatchGenericMotionEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
DispatchGenericMotionEvent calls the DispatchGenericMotionEvent RPC.
func (*DreamServiceClient) DispatchKeyEvent ¶
func (c *DreamServiceClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
DispatchKeyEvent calls the DispatchKeyEvent RPC.
func (*DreamServiceClient) DispatchKeyShortcutEvent ¶
func (c *DreamServiceClient) DispatchKeyShortcutEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
DispatchKeyShortcutEvent calls the DispatchKeyShortcutEvent RPC.
func (*DreamServiceClient) DispatchPopulateAccessibilityEvent ¶
func (c *DreamServiceClient) DispatchPopulateAccessibilityEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
DispatchPopulateAccessibilityEvent calls the DispatchPopulateAccessibilityEvent RPC.
func (*DreamServiceClient) DispatchTouchEvent ¶
func (c *DreamServiceClient) DispatchTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
DispatchTouchEvent calls the DispatchTouchEvent RPC.
func (*DreamServiceClient) DispatchTrackballEvent ¶
func (c *DreamServiceClient) DispatchTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
DispatchTrackballEvent calls the DispatchTrackballEvent RPC.
func (*DreamServiceClient) Finish ¶
func (c *DreamServiceClient) Finish(ctx context.Context, handle int64) error
Finish calls the Finish RPC.
func (*DreamServiceClient) GetWindowManager ¶
GetWindowManager calls the GetWindowManager RPC.
func (*DreamServiceClient) IsFullscreen ¶
IsFullscreen calls the IsFullscreen RPC.
func (*DreamServiceClient) IsInteractive ¶
IsInteractive calls the IsInteractive RPC.
func (*DreamServiceClient) IsScreenBright ¶
IsScreenBright calls the IsScreenBright RPC.
func (*DreamServiceClient) OnActionModeFinished ¶
func (c *DreamServiceClient) OnActionModeFinished(ctx context.Context, handle int64, arg0 int64) error
OnActionModeFinished calls the OnActionModeFinished RPC.
func (*DreamServiceClient) OnActionModeStarted ¶
func (c *DreamServiceClient) OnActionModeStarted(ctx context.Context, handle int64, arg0 int64) error
OnActionModeStarted calls the OnActionModeStarted RPC.
func (*DreamServiceClient) OnAttachedToWindow ¶
func (c *DreamServiceClient) OnAttachedToWindow(ctx context.Context, handle int64) error
OnAttachedToWindow calls the OnAttachedToWindow RPC.
func (*DreamServiceClient) OnContentChanged ¶
func (c *DreamServiceClient) OnContentChanged(ctx context.Context, handle int64) error
OnContentChanged calls the OnContentChanged RPC.
func (*DreamServiceClient) OnCreate ¶
func (c *DreamServiceClient) OnCreate(ctx context.Context, handle int64) error
OnCreate calls the OnCreate RPC.
func (*DreamServiceClient) OnCreatePanelMenu ¶
func (c *DreamServiceClient) OnCreatePanelMenu(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)
OnCreatePanelMenu calls the OnCreatePanelMenu RPC.
func (*DreamServiceClient) OnCreatePanelView ¶
func (c *DreamServiceClient) OnCreatePanelView(ctx context.Context, handle int64, arg0 int32) (int64, error)
OnCreatePanelView calls the OnCreatePanelView RPC.
func (*DreamServiceClient) OnDestroy ¶
func (c *DreamServiceClient) OnDestroy(ctx context.Context, handle int64) error
OnDestroy calls the OnDestroy RPC.
func (*DreamServiceClient) OnDetachedFromWindow ¶
func (c *DreamServiceClient) OnDetachedFromWindow(ctx context.Context, handle int64) error
OnDetachedFromWindow calls the OnDetachedFromWindow RPC.
func (*DreamServiceClient) OnDreamingStarted ¶
func (c *DreamServiceClient) OnDreamingStarted(ctx context.Context, handle int64) error
OnDreamingStarted calls the OnDreamingStarted RPC.
func (*DreamServiceClient) OnDreamingStopped ¶
func (c *DreamServiceClient) OnDreamingStopped(ctx context.Context, handle int64) error
OnDreamingStopped calls the OnDreamingStopped RPC.
func (*DreamServiceClient) OnMenuItemSelected ¶
func (c *DreamServiceClient) OnMenuItemSelected(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)
OnMenuItemSelected calls the OnMenuItemSelected RPC.
func (*DreamServiceClient) OnMenuOpened ¶
func (c *DreamServiceClient) OnMenuOpened(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)
OnMenuOpened calls the OnMenuOpened RPC.
func (*DreamServiceClient) OnPanelClosed ¶
func (c *DreamServiceClient) OnPanelClosed(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
OnPanelClosed calls the OnPanelClosed RPC.
func (*DreamServiceClient) OnPreparePanel ¶
func (c *DreamServiceClient) OnPreparePanel(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64) (bool, error)
OnPreparePanel calls the OnPreparePanel RPC.
func (*DreamServiceClient) OnSearchRequested0 ¶
OnSearchRequested0 calls the OnSearchRequested0 RPC.
func (*DreamServiceClient) OnSearchRequested1_1 ¶
func (c *DreamServiceClient) OnSearchRequested1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)
OnSearchRequested1_1 calls the OnSearchRequested1_1 RPC.
func (*DreamServiceClient) OnWakeUp ¶
func (c *DreamServiceClient) OnWakeUp(ctx context.Context, handle int64) error
OnWakeUp calls the OnWakeUp RPC.
func (*DreamServiceClient) OnWindowAttributesChanged ¶
func (c *DreamServiceClient) OnWindowAttributesChanged(ctx context.Context, handle int64, arg0 int64) error
OnWindowAttributesChanged calls the OnWindowAttributesChanged RPC.
func (*DreamServiceClient) OnWindowFocusChanged ¶
func (c *DreamServiceClient) OnWindowFocusChanged(ctx context.Context, handle int64, arg0 bool) error
OnWindowFocusChanged calls the OnWindowFocusChanged RPC.
func (*DreamServiceClient) OnWindowStartingActionMode1 ¶
func (c *DreamServiceClient) OnWindowStartingActionMode1(ctx context.Context, handle int64, arg0 int64) (int64, error)
OnWindowStartingActionMode1 calls the OnWindowStartingActionMode1 RPC.
func (*DreamServiceClient) OnWindowStartingActionMode2_1 ¶
func (c *DreamServiceClient) OnWindowStartingActionMode2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)
OnWindowStartingActionMode2_1 calls the OnWindowStartingActionMode2_1 RPC.
func (*DreamServiceClient) SetContentView1 ¶
SetContentView1 calls the SetContentView1 RPC.
func (*DreamServiceClient) SetContentView1_2 ¶
SetContentView1_2 calls the SetContentView1_2 RPC.
func (*DreamServiceClient) SetContentView2_1 ¶
func (c *DreamServiceClient) SetContentView2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
SetContentView2_1 calls the SetContentView2_1 RPC.
func (*DreamServiceClient) SetFullscreen ¶
SetFullscreen calls the SetFullscreen RPC.
func (*DreamServiceClient) SetInteractive ¶
SetInteractive calls the SetInteractive RPC.
func (*DreamServiceClient) SetScreenBright ¶
SetScreenBright calls the SetScreenBright RPC.