Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type BatteryStateClient struct + func NewBatteryStateClient(cc grpc.ClientConnInterface) *BatteryStateClient + func (c *BatteryStateClient) GetCapacity(ctx context.Context) (float32, error) + func (c *BatteryStateClient) GetStatus(ctx context.Context) (int32, error) + func (c *BatteryStateClient) IsPresent(ctx context.Context) (bool, error) + type BufferClient struct + func NewBufferClient(cc grpc.ClientConnInterface) *BufferClient + func (c *BufferClient) Close(ctx context.Context) error + func (c *BufferClient) Create(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) (int64, error) + func (c *BufferClient) DescribeContents(ctx context.Context) (int32, error) + func (c *BufferClient) GetFormat(ctx context.Context) (int32, error) + func (c *BufferClient) GetHeight(ctx context.Context) (int32, error) + func (c *BufferClient) GetId(ctx context.Context) (int64, error) + func (c *BufferClient) GetLayers(ctx context.Context) (int32, error) + func (c *BufferClient) GetUsage(ctx context.Context) (int64, error) + func (c *BufferClient) GetWidth(ctx context.Context) (int32, error) + func (c *BufferClient) IsClosed(ctx context.Context) (bool, error) + func (c *BufferClient) IsSupported(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) (bool, error) + func (c *BufferClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type CameraAreaClient struct + func NewCameraAreaClient(cc grpc.ClientConnInterface) *CameraAreaClient + func (c *CameraAreaClient) Equals(ctx context.Context, arg0 int64) (bool, error) + type CameraAutoFocusCallbackClient struct + func NewCameraAutoFocusCallbackClient(cc grpc.ClientConnInterface) *CameraAutoFocusCallbackClient + func (c *CameraAutoFocusCallbackClient) OnAutoFocus(ctx context.Context, arg0 bool, arg1 int64) error + type CameraAutoFocusMoveCallbackClient struct + func NewCameraAutoFocusMoveCallbackClient(cc grpc.ClientConnInterface) *CameraAutoFocusMoveCallbackClient + func (c *CameraAutoFocusMoveCallbackClient) OnAutoFocusMoving(ctx context.Context, arg0 bool, arg1 int64) error + type CameraClient struct + func NewCameraClient(cc grpc.ClientConnInterface) *CameraClient + func (c *CameraClient) AddCallbackBuffer(ctx context.Context, arg0 int64) error + func (c *CameraClient) AutoFocus(ctx context.Context, arg0 int64) error + func (c *CameraClient) CancelAutoFocus(ctx context.Context) error + func (c *CameraClient) EnableShutterSound(ctx context.Context, arg0 bool) (bool, error) + func (c *CameraClient) GetCameraInfo(ctx context.Context, arg0 int32, arg1 int64) error + func (c *CameraClient) GetNumberOfCameras(ctx context.Context) (int32, error) + func (c *CameraClient) GetParameters(ctx context.Context) (int64, error) + func (c *CameraClient) Lock(ctx context.Context) error + func (c *CameraClient) Open0(ctx context.Context) (int64, error) + func (c *CameraClient) Open1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *CameraClient) Reconnect(ctx context.Context) error + func (c *CameraClient) Release(ctx context.Context) error + func (c *CameraClient) SetAutoFocusMoveCallback(ctx context.Context, arg0 int64) error + func (c *CameraClient) SetDisplayOrientation(ctx context.Context, arg0 int32) error + func (c *CameraClient) SetErrorCallback(ctx context.Context, arg0 int64) error + func (c *CameraClient) SetFaceDetectionListener(ctx context.Context, arg0 int64) error + func (c *CameraClient) SetOneShotPreviewCallback(ctx context.Context, arg0 int64) error + func (c *CameraClient) SetParameters(ctx context.Context, arg0 int64) error + func (c *CameraClient) SetPreviewCallback(ctx context.Context, arg0 int64) error + func (c *CameraClient) SetPreviewCallbackWithBuffer(ctx context.Context, arg0 int64) error + func (c *CameraClient) SetPreviewDisplay(ctx context.Context, arg0 int64) error + func (c *CameraClient) SetPreviewTexture(ctx context.Context, arg0 int64) error + func (c *CameraClient) SetZoomChangeListener(ctx context.Context, arg0 int64) error + func (c *CameraClient) StartFaceDetection(ctx context.Context) error + func (c *CameraClient) StartPreview(ctx context.Context) error + func (c *CameraClient) StartSmoothZoom(ctx context.Context, arg0 int32) error + func (c *CameraClient) StopFaceDetection(ctx context.Context) error + func (c *CameraClient) StopPreview(ctx context.Context) error + func (c *CameraClient) StopSmoothZoom(ctx context.Context) error + func (c *CameraClient) TakePicture3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *CameraClient) TakePicture4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error + func (c *CameraClient) Unlock(ctx context.Context) error + type CameraErrorCallbackClient struct + func NewCameraErrorCallbackClient(cc grpc.ClientConnInterface) *CameraErrorCallbackClient + func (c *CameraErrorCallbackClient) OnError(ctx context.Context, arg0 int32, arg1 int64) error + type CameraFaceDetectionListenerClient struct + func NewCameraFaceDetectionListenerClient(cc grpc.ClientConnInterface) *CameraFaceDetectionListenerClient + func (c *CameraFaceDetectionListenerClient) OnFaceDetection(ctx context.Context, arg0 int64, arg1 int64) error + type CameraOnZoomChangeListenerClient struct + func NewCameraOnZoomChangeListenerClient(cc grpc.ClientConnInterface) *CameraOnZoomChangeListenerClient + func (c *CameraOnZoomChangeListenerClient) OnZoomChange(ctx context.Context, arg0 int32, arg1 bool, arg2 int64) error + type CameraParametersClient struct + func NewCameraParametersClient(cc grpc.ClientConnInterface) *CameraParametersClient + func (c *CameraParametersClient) Flatten(ctx context.Context) (string, error) + func (c *CameraParametersClient) Get(ctx context.Context, arg0 string) (string, error) + func (c *CameraParametersClient) GetAntibanding(ctx context.Context) (string, error) + func (c *CameraParametersClient) GetAutoExposureLock(ctx context.Context) (bool, error) + func (c *CameraParametersClient) GetAutoWhiteBalanceLock(ctx context.Context) (bool, error) + func (c *CameraParametersClient) GetColorEffect(ctx context.Context) (string, error) + func (c *CameraParametersClient) GetExposureCompensation(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetExposureCompensationStep(ctx context.Context) (float32, error) + func (c *CameraParametersClient) GetFlashMode(ctx context.Context) (string, error) + func (c *CameraParametersClient) GetFocalLength(ctx context.Context) (float32, error) + func (c *CameraParametersClient) GetFocusAreas(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetFocusDistances(ctx context.Context, arg0 int64) error + func (c *CameraParametersClient) GetFocusMode(ctx context.Context) (string, error) + func (c *CameraParametersClient) GetHorizontalViewAngle(ctx context.Context) (float32, error) + func (c *CameraParametersClient) GetInt(ctx context.Context, arg0 string) (int32, error) + func (c *CameraParametersClient) GetJpegQuality(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetJpegThumbnailQuality(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetJpegThumbnailSize(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetMaxExposureCompensation(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetMaxNumDetectedFaces(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetMaxNumFocusAreas(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetMaxNumMeteringAreas(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetMaxZoom(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetMeteringAreas(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetMinExposureCompensation(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetPictureFormat(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetPictureSize(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetPreferredPreviewSizeForVideo(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetPreviewFormat(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetPreviewFpsRange(ctx context.Context, arg0 int64) error + func (c *CameraParametersClient) GetPreviewFrameRate(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetPreviewSize(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSceneMode(ctx context.Context) (string, error) + func (c *CameraParametersClient) GetSupportedAntibanding(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedColorEffects(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedFlashModes(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedFocusModes(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedJpegThumbnailSizes(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedPictureFormats(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedPictureSizes(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedPreviewFormats(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedPreviewFpsRange(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedPreviewFrameRates(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedPreviewSizes(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedSceneModes(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedVideoSizes(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetSupportedWhiteBalance(ctx context.Context) (int64, error) + func (c *CameraParametersClient) GetVerticalViewAngle(ctx context.Context) (float32, error) + func (c *CameraParametersClient) GetVideoStabilization(ctx context.Context) (bool, error) + func (c *CameraParametersClient) GetWhiteBalance(ctx context.Context) (string, error) + func (c *CameraParametersClient) GetZoom(ctx context.Context) (int32, error) + func (c *CameraParametersClient) GetZoomRatios(ctx context.Context) (int64, error) + func (c *CameraParametersClient) IsAutoExposureLockSupported(ctx context.Context) (bool, error) + func (c *CameraParametersClient) IsAutoWhiteBalanceLockSupported(ctx context.Context) (bool, error) + func (c *CameraParametersClient) IsSmoothZoomSupported(ctx context.Context) (bool, error) + func (c *CameraParametersClient) IsVideoSnapshotSupported(ctx context.Context) (bool, error) + func (c *CameraParametersClient) IsVideoStabilizationSupported(ctx context.Context) (bool, error) + func (c *CameraParametersClient) IsZoomSupported(ctx context.Context) (bool, error) + func (c *CameraParametersClient) Remove(ctx context.Context, arg0 string) error + func (c *CameraParametersClient) RemoveGpsData(ctx context.Context) error + func (c *CameraParametersClient) Set2(ctx context.Context, arg0 string, arg1 int32) error + func (c *CameraParametersClient) Set2_1(ctx context.Context, arg0 string, arg1 string) error + func (c *CameraParametersClient) SetAntibanding(ctx context.Context, arg0 string) error + func (c *CameraParametersClient) SetAutoExposureLock(ctx context.Context, arg0 bool) error + func (c *CameraParametersClient) SetAutoWhiteBalanceLock(ctx context.Context, arg0 bool) error + func (c *CameraParametersClient) SetColorEffect(ctx context.Context, arg0 string) error + func (c *CameraParametersClient) SetExposureCompensation(ctx context.Context, arg0 int32) error + func (c *CameraParametersClient) SetFlashMode(ctx context.Context, arg0 string) error + func (c *CameraParametersClient) SetFocusMode(ctx context.Context, arg0 string) error + func (c *CameraParametersClient) SetGpsAltitude(ctx context.Context, arg0 float64) error + func (c *CameraParametersClient) SetGpsLatitude(ctx context.Context, arg0 float64) error + func (c *CameraParametersClient) SetGpsLongitude(ctx context.Context, arg0 float64) error + func (c *CameraParametersClient) SetGpsProcessingMethod(ctx context.Context, arg0 string) error + func (c *CameraParametersClient) SetGpsTimestamp(ctx context.Context, arg0 int64) error + func (c *CameraParametersClient) SetJpegQuality(ctx context.Context, arg0 int32) error + func (c *CameraParametersClient) SetJpegThumbnailQuality(ctx context.Context, arg0 int32) error + func (c *CameraParametersClient) SetJpegThumbnailSize(ctx context.Context, arg0 int32, arg1 int32) error + func (c *CameraParametersClient) SetPictureFormat(ctx context.Context, arg0 int32) error + func (c *CameraParametersClient) SetPictureSize(ctx context.Context, arg0 int32, arg1 int32) error + func (c *CameraParametersClient) SetPreviewFormat(ctx context.Context, arg0 int32) error + func (c *CameraParametersClient) SetPreviewFpsRange(ctx context.Context, arg0 int32, arg1 int32) error + func (c *CameraParametersClient) SetPreviewFrameRate(ctx context.Context, arg0 int32) error + func (c *CameraParametersClient) SetPreviewSize(ctx context.Context, arg0 int32, arg1 int32) error + func (c *CameraParametersClient) SetRecordingHint(ctx context.Context, arg0 bool) error + func (c *CameraParametersClient) SetRotation(ctx context.Context, arg0 int32) error + func (c *CameraParametersClient) SetSceneMode(ctx context.Context, arg0 string) error + func (c *CameraParametersClient) SetVideoStabilization(ctx context.Context, arg0 bool) error + func (c *CameraParametersClient) SetWhiteBalance(ctx context.Context, arg0 string) error + func (c *CameraParametersClient) SetZoom(ctx context.Context, arg0 int32) error + func (c *CameraParametersClient) Unflatten(ctx context.Context, arg0 string) error + type CameraPictureCallbackClient struct + func NewCameraPictureCallbackClient(cc grpc.ClientConnInterface) *CameraPictureCallbackClient + func (c *CameraPictureCallbackClient) OnPictureTaken(ctx context.Context, arg0 int64, arg1 int64) error + type CameraPreviewCallbackClient struct + func NewCameraPreviewCallbackClient(cc grpc.ClientConnInterface) *CameraPreviewCallbackClient + func (c *CameraPreviewCallbackClient) OnPreviewFrame(ctx context.Context, arg0 int64, arg1 int64) error + type CameraShutterCallbackClient struct + func NewCameraShutterCallbackClient(cc grpc.ClientConnInterface) *CameraShutterCallbackClient + func (c *CameraShutterCallbackClient) OnShutter(ctx context.Context) error + type CameraSizeClient struct + func NewCameraSizeClient(cc grpc.ClientConnInterface) *CameraSizeClient + func (c *CameraSizeClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *CameraSizeClient) HashCode(ctx context.Context) (int32, error) + type DataSpaceClient struct + func NewDataSpaceClient(cc grpc.ClientConnInterface) *DataSpaceClient + func (c *DataSpaceClient) GetRange(ctx context.Context, arg0 int32) (int32, error) + func (c *DataSpaceClient) GetStandard(ctx context.Context, arg0 int32) (int32, error) + func (c *DataSpaceClient) GetTransfer(ctx context.Context, arg0 int32) (int32, error) + func (c *DataSpaceClient) Pack(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (int32, error) + type DisplayLutsClient struct + func NewDisplayLutsClient(cc grpc.ClientConnInterface) *DisplayLutsClient + func (c *DisplayLutsClient) Set1(ctx context.Context, handle int64, arg0 int64) error + func (c *DisplayLutsClient) Set2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *DisplayLutsClient) ToString(ctx context.Context, handle int64) (string, error) + type DisplayLutsEntryClient struct + func NewDisplayLutsEntryClient(cc grpc.ClientConnInterface) *DisplayLutsEntryClient + func (c *DisplayLutsEntryClient) GetBuffer(ctx context.Context) (int64, error) + func (c *DisplayLutsEntryClient) GetDimension(ctx context.Context) (int32, error) + func (c *DisplayLutsEntryClient) GetSamplingKey(ctx context.Context) (int32, error) + func (c *DisplayLutsEntryClient) ToString(ctx context.Context) (string, error) + type GeomagneticFieldClient struct + func NewGeomagneticFieldClient(cc grpc.ClientConnInterface) *GeomagneticFieldClient + func (c *GeomagneticFieldClient) GetDeclination(ctx context.Context, handle int64) (float32, error) + func (c *GeomagneticFieldClient) GetFieldStrength(ctx context.Context, handle int64) (float32, error) + func (c *GeomagneticFieldClient) GetHorizontalStrength(ctx context.Context, handle int64) (float32, error) + func (c *GeomagneticFieldClient) GetInclination(ctx context.Context, handle int64) (float32, error) + func (c *GeomagneticFieldClient) GetX(ctx context.Context, handle int64) (float32, error) + func (c *GeomagneticFieldClient) GetY(ctx context.Context, handle int64) (float32, error) + func (c *GeomagneticFieldClient) GetZ(ctx context.Context, handle int64) (float32, error) + type LutPropertiesClient struct + func NewLutPropertiesClient(cc grpc.ClientConnInterface) *LutPropertiesClient + func (c *LutPropertiesClient) GetDimension(ctx context.Context) (int32, error) + func (c *LutPropertiesClient) GetSamplingKeys(ctx context.Context) (int64, error) + func (c *LutPropertiesClient) GetSize(ctx context.Context) (int32, error) + type OverlayPropertiesClient struct + func NewOverlayPropertiesClient(cc grpc.ClientConnInterface) *OverlayPropertiesClient + func (c *OverlayPropertiesClient) DescribeContents(ctx context.Context) (int32, error) + func (c *OverlayPropertiesClient) GetLutProperties(ctx context.Context) (int64, error) + func (c *OverlayPropertiesClient) IsCombinationSupported(ctx context.Context, arg0 int32, arg1 int32) (bool, error) + func (c *OverlayPropertiesClient) IsMixedColorSpacesSupported(ctx context.Context) (bool, error) + func (c *OverlayPropertiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type SensorClient struct + func NewSensorClient(cc grpc.ClientConnInterface) *SensorClient + func (c *SensorClient) GetFifoMaxEventCount(ctx context.Context) (int32, error) + func (c *SensorClient) GetFifoReservedEventCount(ctx context.Context) (int32, error) + func (c *SensorClient) GetHighestDirectReportRateLevel(ctx context.Context) (int32, error) + func (c *SensorClient) GetId(ctx context.Context) (int32, error) + func (c *SensorClient) GetMaxDelay(ctx context.Context) (int32, error) + func (c *SensorClient) GetMaximumRange(ctx context.Context) (float32, error) + func (c *SensorClient) GetMinDelay(ctx context.Context) (int32, error) + func (c *SensorClient) GetName(ctx context.Context) (string, error) + func (c *SensorClient) GetPower(ctx context.Context) (float32, error) + func (c *SensorClient) GetReportingMode(ctx context.Context) (int32, error) + func (c *SensorClient) GetResolution(ctx context.Context) (float32, error) + func (c *SensorClient) GetStringType(ctx context.Context) (string, error) + func (c *SensorClient) GetType(ctx context.Context) (int32, error) + func (c *SensorClient) GetVendor(ctx context.Context) (string, error) + func (c *SensorClient) GetVersion(ctx context.Context) (int32, error) + func (c *SensorClient) IsAdditionalInfoSupported(ctx context.Context) (bool, error) + func (c *SensorClient) IsDirectChannelTypeSupported(ctx context.Context, arg0 int32) (bool, error) + func (c *SensorClient) IsDynamicSensor(ctx context.Context) (bool, error) + func (c *SensorClient) IsWakeUpSensor(ctx context.Context) (bool, error) + func (c *SensorClient) ToString(ctx context.Context) (string, error) + type SensorDirectChannelClient struct + func NewSensorDirectChannelClient(cc grpc.ClientConnInterface) *SensorDirectChannelClient + func (c *SensorDirectChannelClient) Close(ctx context.Context) error + func (c *SensorDirectChannelClient) Configure(ctx context.Context, arg0 int64, arg1 int32) (int32, error) + func (c *SensorDirectChannelClient) IsOpen(ctx context.Context) (bool, error) + type SensorEventCallbackClient struct + func NewSensorEventCallbackClient(cc grpc.ClientConnInterface) *SensorEventCallbackClient + func (c *SensorEventCallbackClient) OnAccuracyChanged(ctx context.Context, arg0 int64, arg1 int32) error + func (c *SensorEventCallbackClient) OnFlushCompleted(ctx context.Context, arg0 int64) error + func (c *SensorEventCallbackClient) OnSensorAdditionalInfo(ctx context.Context, arg0 int64) error + func (c *SensorEventCallbackClient) OnSensorChanged(ctx context.Context, arg0 int64) error + type SensorEventListener2Client struct + func NewSensorEventListener2Client(cc grpc.ClientConnInterface) *SensorEventListener2Client + func (c *SensorEventListener2Client) OnFlushCompleted(ctx context.Context, arg0 int64) error + type SensorEventListenerClient struct + func NewSensorEventListenerClient(cc grpc.ClientConnInterface) *SensorEventListenerClient + func (c *SensorEventListenerClient) OnAccuracyChanged(ctx context.Context, arg0 int64, arg1 int32) error + func (c *SensorEventListenerClient) OnSensorChanged(ctx context.Context, arg0 int64) error + type SensorListenerClient struct + func NewSensorListenerClient(cc grpc.ClientConnInterface) *SensorListenerClient + func (c *SensorListenerClient) OnAccuracyChanged(ctx context.Context, arg0 int32, arg1 int32) error + func (c *SensorListenerClient) OnSensorChanged(ctx context.Context, arg0 int32, arg1 int64) error + type SensorManagerClient struct + func NewSensorManagerClient(cc grpc.ClientConnInterface) *SensorManagerClient + func (c *SensorManagerClient) CancelTriggerSensor(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *SensorManagerClient) CreateDirectChannel1(ctx context.Context, arg0 int64) (int64, error) + func (c *SensorManagerClient) CreateDirectChannel1_1(ctx context.Context, arg0 int64) (int64, error) + func (c *SensorManagerClient) Flush(ctx context.Context, arg0 int64) (bool, error) + func (c *SensorManagerClient) GetAltitude(ctx context.Context, arg0 float32, arg1 float32) (float32, error) + func (c *SensorManagerClient) GetAngleChange(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *SensorManagerClient) GetDefaultSensor1(ctx context.Context, arg0 int32) (int64, error) + func (c *SensorManagerClient) GetDefaultSensor2_1(ctx context.Context, arg0 int32, arg1 bool) (int64, error) + func (c *SensorManagerClient) GetDynamicSensorList(ctx context.Context, arg0 int32) (int64, error) + func (c *SensorManagerClient) GetInclination(ctx context.Context, arg0 int64) (float32, error) + func (c *SensorManagerClient) GetOrientation(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *SensorManagerClient) GetQuaternionFromVector(ctx context.Context, arg0 int64, arg1 int64) error + func (c *SensorManagerClient) GetRotationMatrix(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (bool, error) + func (c *SensorManagerClient) GetRotationMatrixFromVector(ctx context.Context, arg0 int64, arg1 int64) error + func (c *SensorManagerClient) GetSensorList(ctx context.Context, arg0 int32) (int64, error) + func (c *SensorManagerClient) GetSensors(ctx context.Context) (int32, error) + func (c *SensorManagerClient) IsDynamicSensorDiscoverySupported(ctx context.Context) (bool, error) + func (c *SensorManagerClient) RegisterDynamicSensorCallback(ctx context.Context, arg0 int64) error + func (c *SensorManagerClient) RegisterListener2_2(ctx context.Context, arg0 int64, arg1 int32) (bool, error) + func (c *SensorManagerClient) RegisterListener3(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (bool, error) + func (c *SensorManagerClient) RegisterListener3_3(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (bool, error) + func (c *SensorManagerClient) RegisterListener4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (bool, error) + func (c *SensorManagerClient) RemapCoordinateSystem(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) (bool, error) + func (c *SensorManagerClient) RequestTriggerSensor(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *SensorManagerClient) UnregisterDynamicSensorCallback(ctx context.Context, arg0 int64) error + func (c *SensorManagerClient) UnregisterListener1(ctx context.Context, arg0 int64) error + func (c *SensorManagerClient) UnregisterListener1_2(ctx context.Context, arg0 int64) error + func (c *SensorManagerClient) UnregisterListener2_1(ctx context.Context, arg0 int64, arg1 int64) error + func (c *SensorManagerClient) UnregisterListener2_3(ctx context.Context, arg0 int64, arg1 int32) error + type SensorManagerDynamicSensorCallbackClient struct + func NewSensorManagerDynamicSensorCallbackClient(cc grpc.ClientConnInterface) *SensorManagerDynamicSensorCallbackClient + func (c *SensorManagerDynamicSensorCallbackClient) OnDynamicSensorConnected(ctx context.Context, arg0 int64) error + func (c *SensorManagerDynamicSensorCallbackClient) OnDynamicSensorDisconnected(ctx context.Context, arg0 int64) error + type SensorPrivacyManagerClient struct + func NewSensorPrivacyManagerClient(cc grpc.ClientConnInterface) *SensorPrivacyManagerClient + func (c *SensorPrivacyManagerClient) SupportsSensorToggle1(ctx context.Context, arg0 int32) (bool, error) + func (c *SensorPrivacyManagerClient) SupportsSensorToggle2_1(ctx context.Context, arg0 int32, arg1 int32) (bool, error) + type SyncFenceClient struct + func NewSyncFenceClient(cc grpc.ClientConnInterface) *SyncFenceClient + func (c *SyncFenceClient) Await(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *SyncFenceClient) AwaitForever(ctx context.Context, handle int64) (bool, error) + func (c *SyncFenceClient) Close(ctx context.Context, handle int64) error + func (c *SyncFenceClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *SyncFenceClient) GetSignalTime(ctx context.Context, handle int64) (int64, error) + func (c *SyncFenceClient) IsValid(ctx context.Context, handle int64) (bool, error) + func (c *SyncFenceClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type TriggerEventListenerClient struct + func NewTriggerEventListenerClient(cc grpc.ClientConnInterface) *TriggerEventListenerClient + func (c *TriggerEventListenerClient) OnTrigger(ctx context.Context, arg0 int64) error