Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type DeviceClient struct + func NewDeviceClient(cc grpc.ClientConnInterface) *DeviceClient + func (c *DeviceClient) DescribeContents(ctx context.Context) (int32, error) + func (c *DeviceClient) GetDeviceId(ctx context.Context) (int32, error) + func (c *DeviceClient) GetDisplayIds(ctx context.Context) (int64, error) + func (c *DeviceClient) GetDisplayName(ctx context.Context) (int64, error) + func (c *DeviceClient) GetName(ctx context.Context) (string, error) + func (c *DeviceClient) GetPersistentDeviceId(ctx context.Context) (string, error) + func (c *DeviceClient) HasCustomSensorSupport(ctx context.Context) (bool, error) + func (c *DeviceClient) ToString(ctx context.Context) (string, error) + func (c *DeviceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type DeviceManagerClient struct + func NewDeviceManagerClient(cc grpc.ClientConnInterface) *DeviceManagerClient + func (c *DeviceManagerClient) GetVirtualDevice(ctx context.Context, arg0 int32) (int64, error) + func (c *DeviceManagerClient) GetVirtualDevices(ctx context.Context) (int64, error) + func (c *DeviceManagerClient) RegisterVirtualDeviceListener(ctx context.Context, arg0 int64, arg1 int64) error + func (c *DeviceManagerClient) UnregisterVirtualDeviceListener(ctx context.Context, arg0 int64) error