Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type DreamServiceClient struct + func NewDreamServiceClient(cc grpc.ClientConnInterface) *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