hardware

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatteryStateClient

type BatteryStateClient struct {
	// contains filtered or unexported fields
}

BatteryStateClient wraps the gRPC BatteryStateService client.

func NewBatteryStateClient

func NewBatteryStateClient(cc grpc.ClientConnInterface) *BatteryStateClient

NewBatteryStateClient creates a new BatteryState client.

func (*BatteryStateClient) GetCapacity

func (c *BatteryStateClient) GetCapacity(ctx context.Context) (float32, error)

GetCapacity calls the GetCapacity RPC.

func (*BatteryStateClient) GetStatus

func (c *BatteryStateClient) GetStatus(ctx context.Context) (int32, error)

GetStatus calls the GetStatus RPC.

func (*BatteryStateClient) IsPresent

func (c *BatteryStateClient) IsPresent(ctx context.Context) (bool, error)

IsPresent calls the IsPresent RPC.

type BufferClient

type BufferClient struct {
	// contains filtered or unexported fields
}

BufferClient wraps the gRPC BufferService client.

func NewBufferClient

func NewBufferClient(cc grpc.ClientConnInterface) *BufferClient

NewBufferClient creates a new Buffer client.

func (*BufferClient) Close

func (c *BufferClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*BufferClient) Create

func (c *BufferClient) Create(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int64) (int64, error)

Create calls the Create RPC.

func (*BufferClient) DescribeContents

func (c *BufferClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*BufferClient) GetFormat

func (c *BufferClient) GetFormat(ctx context.Context) (int32, error)

GetFormat calls the GetFormat RPC.

func (*BufferClient) GetHeight

func (c *BufferClient) GetHeight(ctx context.Context) (int32, error)

GetHeight calls the GetHeight RPC.

func (*BufferClient) GetId

func (c *BufferClient) GetId(ctx context.Context) (int64, error)

GetId calls the GetId RPC.

func (*BufferClient) GetLayers

func (c *BufferClient) GetLayers(ctx context.Context) (int32, error)

GetLayers calls the GetLayers RPC.

func (*BufferClient) GetUsage

func (c *BufferClient) GetUsage(ctx context.Context) (int64, error)

GetUsage calls the GetUsage RPC.

func (*BufferClient) GetWidth

func (c *BufferClient) GetWidth(ctx context.Context) (int32, error)

GetWidth calls the GetWidth RPC.

func (*BufferClient) IsClosed

func (c *BufferClient) IsClosed(ctx context.Context) (bool, error)

IsClosed calls the IsClosed RPC.

func (*BufferClient) IsSupported

func (c *BufferClient) IsSupported(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int64) (bool, error)

IsSupported calls the IsSupported RPC.

func (*BufferClient) WriteToParcel

func (c *BufferClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type CameraAreaClient

type CameraAreaClient struct {
	// contains filtered or unexported fields
}

CameraAreaClient wraps the gRPC CameraAreaService client.

func NewCameraAreaClient

func NewCameraAreaClient(cc grpc.ClientConnInterface) *CameraAreaClient

NewCameraAreaClient creates a new CameraArea client.

func (*CameraAreaClient) Equals

func (c *CameraAreaClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

type CameraAutoFocusCallbackClient

type CameraAutoFocusCallbackClient struct {
	// contains filtered or unexported fields
}

CameraAutoFocusCallbackClient wraps the gRPC CameraAutoFocusCallbackService client.

func NewCameraAutoFocusCallbackClient

func NewCameraAutoFocusCallbackClient(cc grpc.ClientConnInterface) *CameraAutoFocusCallbackClient

NewCameraAutoFocusCallbackClient creates a new CameraAutoFocusCallback client.

func (*CameraAutoFocusCallbackClient) OnAutoFocus

func (c *CameraAutoFocusCallbackClient) OnAutoFocus(ctx context.Context, arg0 bool, arg1 int64) error

OnAutoFocus calls the OnAutoFocus RPC.

type CameraAutoFocusMoveCallbackClient

type CameraAutoFocusMoveCallbackClient struct {
	// contains filtered or unexported fields
}

CameraAutoFocusMoveCallbackClient wraps the gRPC CameraAutoFocusMoveCallbackService client.

func NewCameraAutoFocusMoveCallbackClient

func NewCameraAutoFocusMoveCallbackClient(cc grpc.ClientConnInterface) *CameraAutoFocusMoveCallbackClient

NewCameraAutoFocusMoveCallbackClient creates a new CameraAutoFocusMoveCallback client.

func (*CameraAutoFocusMoveCallbackClient) OnAutoFocusMoving

func (c *CameraAutoFocusMoveCallbackClient) OnAutoFocusMoving(ctx context.Context, arg0 bool, arg1 int64) error

OnAutoFocusMoving calls the OnAutoFocusMoving RPC.

type CameraClient

type CameraClient struct {
	// contains filtered or unexported fields
}

CameraClient wraps the gRPC CameraService client.

func NewCameraClient

func NewCameraClient(cc grpc.ClientConnInterface) *CameraClient

NewCameraClient creates a new Camera client.

func (*CameraClient) AddCallbackBuffer

func (c *CameraClient) AddCallbackBuffer(ctx context.Context, arg0 int64) error

AddCallbackBuffer calls the AddCallbackBuffer RPC.

func (*CameraClient) AutoFocus

func (c *CameraClient) AutoFocus(ctx context.Context, arg0 int64) error

AutoFocus calls the AutoFocus RPC.

func (*CameraClient) CancelAutoFocus

func (c *CameraClient) CancelAutoFocus(ctx context.Context) error

CancelAutoFocus calls the CancelAutoFocus RPC.

func (*CameraClient) EnableShutterSound

func (c *CameraClient) EnableShutterSound(ctx context.Context, arg0 bool) (bool, error)

EnableShutterSound calls the EnableShutterSound RPC.

func (*CameraClient) GetCameraInfo

func (c *CameraClient) GetCameraInfo(ctx context.Context, arg0 int32, arg1 int64) error

GetCameraInfo calls the GetCameraInfo RPC.

func (*CameraClient) GetNumberOfCameras

func (c *CameraClient) GetNumberOfCameras(ctx context.Context) (int32, error)

GetNumberOfCameras calls the GetNumberOfCameras RPC.

func (*CameraClient) GetParameters

func (c *CameraClient) GetParameters(ctx context.Context) (int64, error)

GetParameters calls the GetParameters RPC.

func (*CameraClient) Lock

func (c *CameraClient) Lock(ctx context.Context) error

Lock calls the Lock RPC.

func (*CameraClient) Open0

func (c *CameraClient) Open0(ctx context.Context) (int64, error)

Open0 calls the Open0 RPC.

func (*CameraClient) Open1_1

func (c *CameraClient) Open1_1(ctx context.Context, arg0 int32) (int64, error)

Open1_1 calls the Open1_1 RPC.

func (*CameraClient) Reconnect

func (c *CameraClient) Reconnect(ctx context.Context) error

Reconnect calls the Reconnect RPC.

func (*CameraClient) Release

func (c *CameraClient) Release(ctx context.Context) error

Release calls the Release RPC.

func (*CameraClient) SetAutoFocusMoveCallback

func (c *CameraClient) SetAutoFocusMoveCallback(ctx context.Context, arg0 int64) error

SetAutoFocusMoveCallback calls the SetAutoFocusMoveCallback RPC.

func (*CameraClient) SetDisplayOrientation

func (c *CameraClient) SetDisplayOrientation(ctx context.Context, arg0 int32) error

SetDisplayOrientation calls the SetDisplayOrientation RPC.

func (*CameraClient) SetErrorCallback

func (c *CameraClient) SetErrorCallback(ctx context.Context, arg0 int64) error

SetErrorCallback calls the SetErrorCallback RPC.

func (*CameraClient) SetFaceDetectionListener

func (c *CameraClient) SetFaceDetectionListener(ctx context.Context, arg0 int64) error

SetFaceDetectionListener calls the SetFaceDetectionListener RPC.

func (*CameraClient) SetOneShotPreviewCallback

func (c *CameraClient) SetOneShotPreviewCallback(ctx context.Context, arg0 int64) error

SetOneShotPreviewCallback calls the SetOneShotPreviewCallback RPC.

func (*CameraClient) SetParameters

func (c *CameraClient) SetParameters(ctx context.Context, arg0 int64) error

SetParameters calls the SetParameters RPC.

func (*CameraClient) SetPreviewCallback

func (c *CameraClient) SetPreviewCallback(ctx context.Context, arg0 int64) error

SetPreviewCallback calls the SetPreviewCallback RPC.

func (*CameraClient) SetPreviewCallbackWithBuffer

func (c *CameraClient) SetPreviewCallbackWithBuffer(ctx context.Context, arg0 int64) error

SetPreviewCallbackWithBuffer calls the SetPreviewCallbackWithBuffer RPC.

func (*CameraClient) SetPreviewDisplay

func (c *CameraClient) SetPreviewDisplay(ctx context.Context, arg0 int64) error

SetPreviewDisplay calls the SetPreviewDisplay RPC.

func (*CameraClient) SetPreviewTexture

func (c *CameraClient) SetPreviewTexture(ctx context.Context, arg0 int64) error

SetPreviewTexture calls the SetPreviewTexture RPC.

func (*CameraClient) SetZoomChangeListener

func (c *CameraClient) SetZoomChangeListener(ctx context.Context, arg0 int64) error

SetZoomChangeListener calls the SetZoomChangeListener RPC.

func (*CameraClient) StartFaceDetection

func (c *CameraClient) StartFaceDetection(ctx context.Context) error

StartFaceDetection calls the StartFaceDetection RPC.

func (*CameraClient) StartPreview

func (c *CameraClient) StartPreview(ctx context.Context) error

StartPreview calls the StartPreview RPC.

func (*CameraClient) StartSmoothZoom

func (c *CameraClient) StartSmoothZoom(ctx context.Context, arg0 int32) error

StartSmoothZoom calls the StartSmoothZoom RPC.

func (*CameraClient) StopFaceDetection

func (c *CameraClient) StopFaceDetection(ctx context.Context) error

StopFaceDetection calls the StopFaceDetection RPC.

func (*CameraClient) StopPreview

func (c *CameraClient) StopPreview(ctx context.Context) error

StopPreview calls the StopPreview RPC.

func (*CameraClient) StopSmoothZoom

func (c *CameraClient) StopSmoothZoom(ctx context.Context) error

StopSmoothZoom calls the StopSmoothZoom RPC.

func (*CameraClient) TakePicture3

func (c *CameraClient) TakePicture3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

TakePicture3 calls the TakePicture3 RPC.

func (*CameraClient) TakePicture4_1

func (c *CameraClient) TakePicture4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

TakePicture4_1 calls the TakePicture4_1 RPC.

func (*CameraClient) Unlock

func (c *CameraClient) Unlock(ctx context.Context) error

Unlock calls the Unlock RPC.

type CameraErrorCallbackClient

type CameraErrorCallbackClient struct {
	// contains filtered or unexported fields
}

CameraErrorCallbackClient wraps the gRPC CameraErrorCallbackService client.

func NewCameraErrorCallbackClient

func NewCameraErrorCallbackClient(cc grpc.ClientConnInterface) *CameraErrorCallbackClient

NewCameraErrorCallbackClient creates a new CameraErrorCallback client.

func (*CameraErrorCallbackClient) OnError

func (c *CameraErrorCallbackClient) OnError(ctx context.Context, arg0 int32, arg1 int64) error

OnError calls the OnError RPC.

type CameraFaceDetectionListenerClient

type CameraFaceDetectionListenerClient struct {
	// contains filtered or unexported fields
}

CameraFaceDetectionListenerClient wraps the gRPC CameraFaceDetectionListenerService client.

func NewCameraFaceDetectionListenerClient

func NewCameraFaceDetectionListenerClient(cc grpc.ClientConnInterface) *CameraFaceDetectionListenerClient

NewCameraFaceDetectionListenerClient creates a new CameraFaceDetectionListener client.

func (*CameraFaceDetectionListenerClient) OnFaceDetection

func (c *CameraFaceDetectionListenerClient) OnFaceDetection(ctx context.Context, arg0 int64, arg1 int64) error

OnFaceDetection calls the OnFaceDetection RPC.

type CameraOnZoomChangeListenerClient

type CameraOnZoomChangeListenerClient struct {
	// contains filtered or unexported fields
}

CameraOnZoomChangeListenerClient wraps the gRPC CameraOnZoomChangeListenerService client.

func NewCameraOnZoomChangeListenerClient

func NewCameraOnZoomChangeListenerClient(cc grpc.ClientConnInterface) *CameraOnZoomChangeListenerClient

NewCameraOnZoomChangeListenerClient creates a new CameraOnZoomChangeListener client.

func (*CameraOnZoomChangeListenerClient) OnZoomChange

func (c *CameraOnZoomChangeListenerClient) OnZoomChange(ctx context.Context, arg0 int32, arg1 bool, arg2 int64) error

OnZoomChange calls the OnZoomChange RPC.

type CameraParametersClient

type CameraParametersClient struct {
	// contains filtered or unexported fields
}

CameraParametersClient wraps the gRPC CameraParametersService client.

func NewCameraParametersClient

func NewCameraParametersClient(cc grpc.ClientConnInterface) *CameraParametersClient

NewCameraParametersClient creates a new CameraParameters client.

func (*CameraParametersClient) Flatten

func (c *CameraParametersClient) Flatten(ctx context.Context) (string, error)

Flatten calls the Flatten RPC.

func (*CameraParametersClient) Get

Get calls the Get RPC.

func (*CameraParametersClient) GetAntibanding

func (c *CameraParametersClient) GetAntibanding(ctx context.Context) (string, error)

GetAntibanding calls the GetAntibanding RPC.

func (*CameraParametersClient) GetAutoExposureLock

func (c *CameraParametersClient) GetAutoExposureLock(ctx context.Context) (bool, error)

GetAutoExposureLock calls the GetAutoExposureLock RPC.

func (*CameraParametersClient) GetAutoWhiteBalanceLock

func (c *CameraParametersClient) GetAutoWhiteBalanceLock(ctx context.Context) (bool, error)

GetAutoWhiteBalanceLock calls the GetAutoWhiteBalanceLock RPC.

func (*CameraParametersClient) GetColorEffect

func (c *CameraParametersClient) GetColorEffect(ctx context.Context) (string, error)

GetColorEffect calls the GetColorEffect RPC.

func (*CameraParametersClient) GetExposureCompensation

func (c *CameraParametersClient) GetExposureCompensation(ctx context.Context) (int32, error)

GetExposureCompensation calls the GetExposureCompensation RPC.

func (*CameraParametersClient) GetExposureCompensationStep

func (c *CameraParametersClient) GetExposureCompensationStep(ctx context.Context) (float32, error)

GetExposureCompensationStep calls the GetExposureCompensationStep RPC.

func (*CameraParametersClient) GetFlashMode

func (c *CameraParametersClient) GetFlashMode(ctx context.Context) (string, error)

GetFlashMode calls the GetFlashMode RPC.

func (*CameraParametersClient) GetFocalLength

func (c *CameraParametersClient) GetFocalLength(ctx context.Context) (float32, error)

GetFocalLength calls the GetFocalLength RPC.

func (*CameraParametersClient) GetFocusAreas

func (c *CameraParametersClient) GetFocusAreas(ctx context.Context) (int64, error)

GetFocusAreas calls the GetFocusAreas RPC.

func (*CameraParametersClient) GetFocusDistances

func (c *CameraParametersClient) GetFocusDistances(ctx context.Context, arg0 int64) error

GetFocusDistances calls the GetFocusDistances RPC.

func (*CameraParametersClient) GetFocusMode

func (c *CameraParametersClient) GetFocusMode(ctx context.Context) (string, error)

GetFocusMode calls the GetFocusMode RPC.

func (*CameraParametersClient) GetHorizontalViewAngle

func (c *CameraParametersClient) GetHorizontalViewAngle(ctx context.Context) (float32, error)

GetHorizontalViewAngle calls the GetHorizontalViewAngle RPC.

func (*CameraParametersClient) GetInt

func (c *CameraParametersClient) GetInt(ctx context.Context, arg0 string) (int32, error)

GetInt calls the GetInt RPC.

func (*CameraParametersClient) GetJpegQuality

func (c *CameraParametersClient) GetJpegQuality(ctx context.Context) (int32, error)

GetJpegQuality calls the GetJpegQuality RPC.

func (*CameraParametersClient) GetJpegThumbnailQuality

func (c *CameraParametersClient) GetJpegThumbnailQuality(ctx context.Context) (int32, error)

GetJpegThumbnailQuality calls the GetJpegThumbnailQuality RPC.

func (*CameraParametersClient) GetJpegThumbnailSize

func (c *CameraParametersClient) GetJpegThumbnailSize(ctx context.Context) (int64, error)

GetJpegThumbnailSize calls the GetJpegThumbnailSize RPC.

func (*CameraParametersClient) GetMaxExposureCompensation

func (c *CameraParametersClient) GetMaxExposureCompensation(ctx context.Context) (int32, error)

GetMaxExposureCompensation calls the GetMaxExposureCompensation RPC.

func (*CameraParametersClient) GetMaxNumDetectedFaces

func (c *CameraParametersClient) GetMaxNumDetectedFaces(ctx context.Context) (int32, error)

GetMaxNumDetectedFaces calls the GetMaxNumDetectedFaces RPC.

func (*CameraParametersClient) GetMaxNumFocusAreas

func (c *CameraParametersClient) GetMaxNumFocusAreas(ctx context.Context) (int32, error)

GetMaxNumFocusAreas calls the GetMaxNumFocusAreas RPC.

func (*CameraParametersClient) GetMaxNumMeteringAreas

func (c *CameraParametersClient) GetMaxNumMeteringAreas(ctx context.Context) (int32, error)

GetMaxNumMeteringAreas calls the GetMaxNumMeteringAreas RPC.

func (*CameraParametersClient) GetMaxZoom

func (c *CameraParametersClient) GetMaxZoom(ctx context.Context) (int32, error)

GetMaxZoom calls the GetMaxZoom RPC.

func (*CameraParametersClient) GetMeteringAreas

func (c *CameraParametersClient) GetMeteringAreas(ctx context.Context) (int64, error)

GetMeteringAreas calls the GetMeteringAreas RPC.

func (*CameraParametersClient) GetMinExposureCompensation

func (c *CameraParametersClient) GetMinExposureCompensation(ctx context.Context) (int32, error)

GetMinExposureCompensation calls the GetMinExposureCompensation RPC.

func (*CameraParametersClient) GetPictureFormat

func (c *CameraParametersClient) GetPictureFormat(ctx context.Context) (int32, error)

GetPictureFormat calls the GetPictureFormat RPC.

func (*CameraParametersClient) GetPictureSize

func (c *CameraParametersClient) GetPictureSize(ctx context.Context) (int64, error)

GetPictureSize calls the GetPictureSize RPC.

func (*CameraParametersClient) GetPreferredPreviewSizeForVideo

func (c *CameraParametersClient) GetPreferredPreviewSizeForVideo(ctx context.Context) (int64, error)

GetPreferredPreviewSizeForVideo calls the GetPreferredPreviewSizeForVideo RPC.

func (*CameraParametersClient) GetPreviewFormat

func (c *CameraParametersClient) GetPreviewFormat(ctx context.Context) (int32, error)

GetPreviewFormat calls the GetPreviewFormat RPC.

func (*CameraParametersClient) GetPreviewFpsRange

func (c *CameraParametersClient) GetPreviewFpsRange(ctx context.Context, arg0 int64) error

GetPreviewFpsRange calls the GetPreviewFpsRange RPC.

func (*CameraParametersClient) GetPreviewFrameRate

func (c *CameraParametersClient) GetPreviewFrameRate(ctx context.Context) (int32, error)

GetPreviewFrameRate calls the GetPreviewFrameRate RPC.

func (*CameraParametersClient) GetPreviewSize

func (c *CameraParametersClient) GetPreviewSize(ctx context.Context) (int64, error)

GetPreviewSize calls the GetPreviewSize RPC.

func (*CameraParametersClient) GetSceneMode

func (c *CameraParametersClient) GetSceneMode(ctx context.Context) (string, error)

GetSceneMode calls the GetSceneMode RPC.

func (*CameraParametersClient) GetSupportedAntibanding

func (c *CameraParametersClient) GetSupportedAntibanding(ctx context.Context) (int64, error)

GetSupportedAntibanding calls the GetSupportedAntibanding RPC.

func (*CameraParametersClient) GetSupportedColorEffects

func (c *CameraParametersClient) GetSupportedColorEffects(ctx context.Context) (int64, error)

GetSupportedColorEffects calls the GetSupportedColorEffects RPC.

func (*CameraParametersClient) GetSupportedFlashModes

func (c *CameraParametersClient) GetSupportedFlashModes(ctx context.Context) (int64, error)

GetSupportedFlashModes calls the GetSupportedFlashModes RPC.

func (*CameraParametersClient) GetSupportedFocusModes

func (c *CameraParametersClient) GetSupportedFocusModes(ctx context.Context) (int64, error)

GetSupportedFocusModes calls the GetSupportedFocusModes RPC.

func (*CameraParametersClient) GetSupportedJpegThumbnailSizes

func (c *CameraParametersClient) GetSupportedJpegThumbnailSizes(ctx context.Context) (int64, error)

GetSupportedJpegThumbnailSizes calls the GetSupportedJpegThumbnailSizes RPC.

func (*CameraParametersClient) GetSupportedPictureFormats

func (c *CameraParametersClient) GetSupportedPictureFormats(ctx context.Context) (int64, error)

GetSupportedPictureFormats calls the GetSupportedPictureFormats RPC.

func (*CameraParametersClient) GetSupportedPictureSizes

func (c *CameraParametersClient) GetSupportedPictureSizes(ctx context.Context) (int64, error)

GetSupportedPictureSizes calls the GetSupportedPictureSizes RPC.

func (*CameraParametersClient) GetSupportedPreviewFormats

func (c *CameraParametersClient) GetSupportedPreviewFormats(ctx context.Context) (int64, error)

GetSupportedPreviewFormats calls the GetSupportedPreviewFormats RPC.

func (*CameraParametersClient) GetSupportedPreviewFpsRange

func (c *CameraParametersClient) GetSupportedPreviewFpsRange(ctx context.Context) (int64, error)

GetSupportedPreviewFpsRange calls the GetSupportedPreviewFpsRange RPC.

func (*CameraParametersClient) GetSupportedPreviewFrameRates

func (c *CameraParametersClient) GetSupportedPreviewFrameRates(ctx context.Context) (int64, error)

GetSupportedPreviewFrameRates calls the GetSupportedPreviewFrameRates RPC.

func (*CameraParametersClient) GetSupportedPreviewSizes

func (c *CameraParametersClient) GetSupportedPreviewSizes(ctx context.Context) (int64, error)

GetSupportedPreviewSizes calls the GetSupportedPreviewSizes RPC.

func (*CameraParametersClient) GetSupportedSceneModes

func (c *CameraParametersClient) GetSupportedSceneModes(ctx context.Context) (int64, error)

GetSupportedSceneModes calls the GetSupportedSceneModes RPC.

func (*CameraParametersClient) GetSupportedVideoSizes

func (c *CameraParametersClient) GetSupportedVideoSizes(ctx context.Context) (int64, error)

GetSupportedVideoSizes calls the GetSupportedVideoSizes RPC.

func (*CameraParametersClient) GetSupportedWhiteBalance

func (c *CameraParametersClient) GetSupportedWhiteBalance(ctx context.Context) (int64, error)

GetSupportedWhiteBalance calls the GetSupportedWhiteBalance RPC.

func (*CameraParametersClient) GetVerticalViewAngle

func (c *CameraParametersClient) GetVerticalViewAngle(ctx context.Context) (float32, error)

GetVerticalViewAngle calls the GetVerticalViewAngle RPC.

func (*CameraParametersClient) GetVideoStabilization

func (c *CameraParametersClient) GetVideoStabilization(ctx context.Context) (bool, error)

GetVideoStabilization calls the GetVideoStabilization RPC.

func (*CameraParametersClient) GetWhiteBalance

func (c *CameraParametersClient) GetWhiteBalance(ctx context.Context) (string, error)

GetWhiteBalance calls the GetWhiteBalance RPC.

func (*CameraParametersClient) GetZoom

func (c *CameraParametersClient) GetZoom(ctx context.Context) (int32, error)

GetZoom calls the GetZoom RPC.

func (*CameraParametersClient) GetZoomRatios

func (c *CameraParametersClient) GetZoomRatios(ctx context.Context) (int64, error)

GetZoomRatios calls the GetZoomRatios RPC.

func (*CameraParametersClient) IsAutoExposureLockSupported

func (c *CameraParametersClient) IsAutoExposureLockSupported(ctx context.Context) (bool, error)

IsAutoExposureLockSupported calls the IsAutoExposureLockSupported RPC.

func (*CameraParametersClient) IsAutoWhiteBalanceLockSupported

func (c *CameraParametersClient) IsAutoWhiteBalanceLockSupported(ctx context.Context) (bool, error)

IsAutoWhiteBalanceLockSupported calls the IsAutoWhiteBalanceLockSupported RPC.

func (*CameraParametersClient) IsSmoothZoomSupported

func (c *CameraParametersClient) IsSmoothZoomSupported(ctx context.Context) (bool, error)

IsSmoothZoomSupported calls the IsSmoothZoomSupported RPC.

func (*CameraParametersClient) IsVideoSnapshotSupported

func (c *CameraParametersClient) IsVideoSnapshotSupported(ctx context.Context) (bool, error)

IsVideoSnapshotSupported calls the IsVideoSnapshotSupported RPC.

func (*CameraParametersClient) IsVideoStabilizationSupported

func (c *CameraParametersClient) IsVideoStabilizationSupported(ctx context.Context) (bool, error)

IsVideoStabilizationSupported calls the IsVideoStabilizationSupported RPC.

func (*CameraParametersClient) IsZoomSupported

func (c *CameraParametersClient) IsZoomSupported(ctx context.Context) (bool, error)

IsZoomSupported calls the IsZoomSupported RPC.

func (*CameraParametersClient) Remove

func (c *CameraParametersClient) Remove(ctx context.Context, arg0 string) error

Remove calls the Remove RPC.

func (*CameraParametersClient) RemoveGpsData

func (c *CameraParametersClient) RemoveGpsData(ctx context.Context) error

RemoveGpsData calls the RemoveGpsData RPC.

func (*CameraParametersClient) Set2

func (c *CameraParametersClient) Set2(ctx context.Context, arg0 string, arg1 int32) error

Set2 calls the Set2 RPC.

func (*CameraParametersClient) Set2_1

func (c *CameraParametersClient) Set2_1(ctx context.Context, arg0 string, arg1 string) error

Set2_1 calls the Set2_1 RPC.

func (*CameraParametersClient) SetAntibanding

func (c *CameraParametersClient) SetAntibanding(ctx context.Context, arg0 string) error

SetAntibanding calls the SetAntibanding RPC.

func (*CameraParametersClient) SetAutoExposureLock

func (c *CameraParametersClient) SetAutoExposureLock(ctx context.Context, arg0 bool) error

SetAutoExposureLock calls the SetAutoExposureLock RPC.

func (*CameraParametersClient) SetAutoWhiteBalanceLock

func (c *CameraParametersClient) SetAutoWhiteBalanceLock(ctx context.Context, arg0 bool) error

SetAutoWhiteBalanceLock calls the SetAutoWhiteBalanceLock RPC.

func (*CameraParametersClient) SetColorEffect

func (c *CameraParametersClient) SetColorEffect(ctx context.Context, arg0 string) error

SetColorEffect calls the SetColorEffect RPC.

func (*CameraParametersClient) SetExposureCompensation

func (c *CameraParametersClient) SetExposureCompensation(ctx context.Context, arg0 int32) error

SetExposureCompensation calls the SetExposureCompensation RPC.

func (*CameraParametersClient) SetFlashMode

func (c *CameraParametersClient) SetFlashMode(ctx context.Context, arg0 string) error

SetFlashMode calls the SetFlashMode RPC.

func (*CameraParametersClient) SetFocusMode

func (c *CameraParametersClient) SetFocusMode(ctx context.Context, arg0 string) error

SetFocusMode calls the SetFocusMode RPC.

func (*CameraParametersClient) SetGpsAltitude

func (c *CameraParametersClient) SetGpsAltitude(ctx context.Context, arg0 float64) error

SetGpsAltitude calls the SetGpsAltitude RPC.

func (*CameraParametersClient) SetGpsLatitude

func (c *CameraParametersClient) SetGpsLatitude(ctx context.Context, arg0 float64) error

SetGpsLatitude calls the SetGpsLatitude RPC.

func (*CameraParametersClient) SetGpsLongitude

func (c *CameraParametersClient) SetGpsLongitude(ctx context.Context, arg0 float64) error

SetGpsLongitude calls the SetGpsLongitude RPC.

func (*CameraParametersClient) SetGpsProcessingMethod

func (c *CameraParametersClient) SetGpsProcessingMethod(ctx context.Context, arg0 string) error

SetGpsProcessingMethod calls the SetGpsProcessingMethod RPC.

func (*CameraParametersClient) SetGpsTimestamp

func (c *CameraParametersClient) SetGpsTimestamp(ctx context.Context, arg0 int64) error

SetGpsTimestamp calls the SetGpsTimestamp RPC.

func (*CameraParametersClient) SetJpegQuality

func (c *CameraParametersClient) SetJpegQuality(ctx context.Context, arg0 int32) error

SetJpegQuality calls the SetJpegQuality RPC.

func (*CameraParametersClient) SetJpegThumbnailQuality

func (c *CameraParametersClient) SetJpegThumbnailQuality(ctx context.Context, arg0 int32) error

SetJpegThumbnailQuality calls the SetJpegThumbnailQuality RPC.

func (*CameraParametersClient) SetJpegThumbnailSize

func (c *CameraParametersClient) SetJpegThumbnailSize(ctx context.Context, arg0 int32, arg1 int32) error

SetJpegThumbnailSize calls the SetJpegThumbnailSize RPC.

func (*CameraParametersClient) SetPictureFormat

func (c *CameraParametersClient) SetPictureFormat(ctx context.Context, arg0 int32) error

SetPictureFormat calls the SetPictureFormat RPC.

func (*CameraParametersClient) SetPictureSize

func (c *CameraParametersClient) SetPictureSize(ctx context.Context, arg0 int32, arg1 int32) error

SetPictureSize calls the SetPictureSize RPC.

func (*CameraParametersClient) SetPreviewFormat

func (c *CameraParametersClient) SetPreviewFormat(ctx context.Context, arg0 int32) error

SetPreviewFormat calls the SetPreviewFormat RPC.

func (*CameraParametersClient) SetPreviewFpsRange

func (c *CameraParametersClient) SetPreviewFpsRange(ctx context.Context, arg0 int32, arg1 int32) error

SetPreviewFpsRange calls the SetPreviewFpsRange RPC.

func (*CameraParametersClient) SetPreviewFrameRate

func (c *CameraParametersClient) SetPreviewFrameRate(ctx context.Context, arg0 int32) error

SetPreviewFrameRate calls the SetPreviewFrameRate RPC.

func (*CameraParametersClient) SetPreviewSize

func (c *CameraParametersClient) SetPreviewSize(ctx context.Context, arg0 int32, arg1 int32) error

SetPreviewSize calls the SetPreviewSize RPC.

func (*CameraParametersClient) SetRecordingHint

func (c *CameraParametersClient) SetRecordingHint(ctx context.Context, arg0 bool) error

SetRecordingHint calls the SetRecordingHint RPC.

func (*CameraParametersClient) SetRotation

func (c *CameraParametersClient) SetRotation(ctx context.Context, arg0 int32) error

SetRotation calls the SetRotation RPC.

func (*CameraParametersClient) SetSceneMode

func (c *CameraParametersClient) SetSceneMode(ctx context.Context, arg0 string) error

SetSceneMode calls the SetSceneMode RPC.

func (*CameraParametersClient) SetVideoStabilization

func (c *CameraParametersClient) SetVideoStabilization(ctx context.Context, arg0 bool) error

SetVideoStabilization calls the SetVideoStabilization RPC.

func (*CameraParametersClient) SetWhiteBalance

func (c *CameraParametersClient) SetWhiteBalance(ctx context.Context, arg0 string) error

SetWhiteBalance calls the SetWhiteBalance RPC.

func (*CameraParametersClient) SetZoom

func (c *CameraParametersClient) SetZoom(ctx context.Context, arg0 int32) error

SetZoom calls the SetZoom RPC.

func (*CameraParametersClient) Unflatten

func (c *CameraParametersClient) Unflatten(ctx context.Context, arg0 string) error

Unflatten calls the Unflatten RPC.

type CameraPictureCallbackClient

type CameraPictureCallbackClient struct {
	// contains filtered or unexported fields
}

CameraPictureCallbackClient wraps the gRPC CameraPictureCallbackService client.

func NewCameraPictureCallbackClient

func NewCameraPictureCallbackClient(cc grpc.ClientConnInterface) *CameraPictureCallbackClient

NewCameraPictureCallbackClient creates a new CameraPictureCallback client.

func (*CameraPictureCallbackClient) OnPictureTaken

func (c *CameraPictureCallbackClient) OnPictureTaken(ctx context.Context, arg0 int64, arg1 int64) error

OnPictureTaken calls the OnPictureTaken RPC.

type CameraPreviewCallbackClient

type CameraPreviewCallbackClient struct {
	// contains filtered or unexported fields
}

CameraPreviewCallbackClient wraps the gRPC CameraPreviewCallbackService client.

func NewCameraPreviewCallbackClient

func NewCameraPreviewCallbackClient(cc grpc.ClientConnInterface) *CameraPreviewCallbackClient

NewCameraPreviewCallbackClient creates a new CameraPreviewCallback client.

func (*CameraPreviewCallbackClient) OnPreviewFrame

func (c *CameraPreviewCallbackClient) OnPreviewFrame(ctx context.Context, arg0 int64, arg1 int64) error

OnPreviewFrame calls the OnPreviewFrame RPC.

type CameraShutterCallbackClient

type CameraShutterCallbackClient struct {
	// contains filtered or unexported fields
}

CameraShutterCallbackClient wraps the gRPC CameraShutterCallbackService client.

func NewCameraShutterCallbackClient

func NewCameraShutterCallbackClient(cc grpc.ClientConnInterface) *CameraShutterCallbackClient

NewCameraShutterCallbackClient creates a new CameraShutterCallback client.

func (*CameraShutterCallbackClient) OnShutter

OnShutter calls the OnShutter RPC.

type CameraSizeClient

type CameraSizeClient struct {
	// contains filtered or unexported fields
}

CameraSizeClient wraps the gRPC CameraSizeService client.

func NewCameraSizeClient

func NewCameraSizeClient(cc grpc.ClientConnInterface) *CameraSizeClient

NewCameraSizeClient creates a new CameraSize client.

func (*CameraSizeClient) Equals

func (c *CameraSizeClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*CameraSizeClient) HashCode

func (c *CameraSizeClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

type DataSpaceClient

type DataSpaceClient struct {
	// contains filtered or unexported fields
}

DataSpaceClient wraps the gRPC DataSpaceService client.

func NewDataSpaceClient

func NewDataSpaceClient(cc grpc.ClientConnInterface) *DataSpaceClient

NewDataSpaceClient creates a new DataSpace client.

func (*DataSpaceClient) GetRange

func (c *DataSpaceClient) GetRange(ctx context.Context, arg0 int32) (int32, error)

GetRange calls the GetRange RPC.

func (*DataSpaceClient) GetStandard

func (c *DataSpaceClient) GetStandard(ctx context.Context, arg0 int32) (int32, error)

GetStandard calls the GetStandard RPC.

func (*DataSpaceClient) GetTransfer

func (c *DataSpaceClient) GetTransfer(ctx context.Context, arg0 int32) (int32, error)

GetTransfer calls the GetTransfer RPC.

func (*DataSpaceClient) Pack

func (c *DataSpaceClient) Pack(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (int32, error)

Pack calls the Pack RPC.

type DisplayLutsClient

type DisplayLutsClient struct {
	// contains filtered or unexported fields
}

DisplayLutsClient wraps the gRPC DisplayLutsService client.

func NewDisplayLutsClient

func NewDisplayLutsClient(cc grpc.ClientConnInterface) *DisplayLutsClient

NewDisplayLutsClient creates a new DisplayLuts client.

func (*DisplayLutsClient) Set1

func (c *DisplayLutsClient) Set1(ctx context.Context, handle int64, arg0 int64) error

Set1 calls the Set1 RPC.

func (*DisplayLutsClient) Set2_1

func (c *DisplayLutsClient) Set2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

Set2_1 calls the Set2_1 RPC.

func (*DisplayLutsClient) ToString

func (c *DisplayLutsClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

type DisplayLutsEntryClient

type DisplayLutsEntryClient struct {
	// contains filtered or unexported fields
}

DisplayLutsEntryClient wraps the gRPC DisplayLutsEntryService client.

func NewDisplayLutsEntryClient

func NewDisplayLutsEntryClient(cc grpc.ClientConnInterface) *DisplayLutsEntryClient

NewDisplayLutsEntryClient creates a new DisplayLutsEntry client.

func (*DisplayLutsEntryClient) GetBuffer

func (c *DisplayLutsEntryClient) GetBuffer(ctx context.Context) (int64, error)

GetBuffer calls the GetBuffer RPC.

func (*DisplayLutsEntryClient) GetDimension

func (c *DisplayLutsEntryClient) GetDimension(ctx context.Context) (int32, error)

GetDimension calls the GetDimension RPC.

func (*DisplayLutsEntryClient) GetSamplingKey

func (c *DisplayLutsEntryClient) GetSamplingKey(ctx context.Context) (int32, error)

GetSamplingKey calls the GetSamplingKey RPC.

func (*DisplayLutsEntryClient) ToString

func (c *DisplayLutsEntryClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

type GeomagneticFieldClient

type GeomagneticFieldClient struct {
	// contains filtered or unexported fields
}

GeomagneticFieldClient wraps the gRPC GeomagneticFieldService client.

func NewGeomagneticFieldClient

func NewGeomagneticFieldClient(cc grpc.ClientConnInterface) *GeomagneticFieldClient

NewGeomagneticFieldClient creates a new GeomagneticField client.

func (*GeomagneticFieldClient) GetDeclination

func (c *GeomagneticFieldClient) GetDeclination(ctx context.Context, handle int64) (float32, error)

GetDeclination calls the GetDeclination RPC.

func (*GeomagneticFieldClient) GetFieldStrength

func (c *GeomagneticFieldClient) GetFieldStrength(ctx context.Context, handle int64) (float32, error)

GetFieldStrength calls the GetFieldStrength RPC.

func (*GeomagneticFieldClient) GetHorizontalStrength

func (c *GeomagneticFieldClient) GetHorizontalStrength(ctx context.Context, handle int64) (float32, error)

GetHorizontalStrength calls the GetHorizontalStrength RPC.

func (*GeomagneticFieldClient) GetInclination

func (c *GeomagneticFieldClient) GetInclination(ctx context.Context, handle int64) (float32, error)

GetInclination calls the GetInclination RPC.

func (*GeomagneticFieldClient) GetX

func (c *GeomagneticFieldClient) GetX(ctx context.Context, handle int64) (float32, error)

GetX calls the GetX RPC.

func (*GeomagneticFieldClient) GetY

func (c *GeomagneticFieldClient) GetY(ctx context.Context, handle int64) (float32, error)

GetY calls the GetY RPC.

func (*GeomagneticFieldClient) GetZ

func (c *GeomagneticFieldClient) GetZ(ctx context.Context, handle int64) (float32, error)

GetZ calls the GetZ RPC.

type LutPropertiesClient

type LutPropertiesClient struct {
	// contains filtered or unexported fields
}

LutPropertiesClient wraps the gRPC LutPropertiesService client.

func NewLutPropertiesClient

func NewLutPropertiesClient(cc grpc.ClientConnInterface) *LutPropertiesClient

NewLutPropertiesClient creates a new LutProperties client.

func (*LutPropertiesClient) GetDimension

func (c *LutPropertiesClient) GetDimension(ctx context.Context) (int32, error)

GetDimension calls the GetDimension RPC.

func (*LutPropertiesClient) GetSamplingKeys

func (c *LutPropertiesClient) GetSamplingKeys(ctx context.Context) (int64, error)

GetSamplingKeys calls the GetSamplingKeys RPC.

func (*LutPropertiesClient) GetSize

func (c *LutPropertiesClient) GetSize(ctx context.Context) (int32, error)

GetSize calls the GetSize RPC.

type OverlayPropertiesClient

type OverlayPropertiesClient struct {
	// contains filtered or unexported fields
}

OverlayPropertiesClient wraps the gRPC OverlayPropertiesService client.

func NewOverlayPropertiesClient

func NewOverlayPropertiesClient(cc grpc.ClientConnInterface) *OverlayPropertiesClient

NewOverlayPropertiesClient creates a new OverlayProperties client.

func (*OverlayPropertiesClient) DescribeContents

func (c *OverlayPropertiesClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*OverlayPropertiesClient) GetLutProperties

func (c *OverlayPropertiesClient) GetLutProperties(ctx context.Context) (int64, error)

GetLutProperties calls the GetLutProperties RPC.

func (*OverlayPropertiesClient) IsCombinationSupported

func (c *OverlayPropertiesClient) IsCombinationSupported(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

IsCombinationSupported calls the IsCombinationSupported RPC.

func (*OverlayPropertiesClient) IsMixedColorSpacesSupported

func (c *OverlayPropertiesClient) IsMixedColorSpacesSupported(ctx context.Context) (bool, error)

IsMixedColorSpacesSupported calls the IsMixedColorSpacesSupported RPC.

func (*OverlayPropertiesClient) WriteToParcel

func (c *OverlayPropertiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SensorClient

type SensorClient struct {
	// contains filtered or unexported fields
}

SensorClient wraps the gRPC SensorService client.

func NewSensorClient

func NewSensorClient(cc grpc.ClientConnInterface) *SensorClient

NewSensorClient creates a new Sensor client.

func (*SensorClient) GetFifoMaxEventCount

func (c *SensorClient) GetFifoMaxEventCount(ctx context.Context) (int32, error)

GetFifoMaxEventCount calls the GetFifoMaxEventCount RPC.

func (*SensorClient) GetFifoReservedEventCount

func (c *SensorClient) GetFifoReservedEventCount(ctx context.Context) (int32, error)

GetFifoReservedEventCount calls the GetFifoReservedEventCount RPC.

func (*SensorClient) GetHighestDirectReportRateLevel

func (c *SensorClient) GetHighestDirectReportRateLevel(ctx context.Context) (int32, error)

GetHighestDirectReportRateLevel calls the GetHighestDirectReportRateLevel RPC.

func (*SensorClient) GetId

func (c *SensorClient) GetId(ctx context.Context) (int32, error)

GetId calls the GetId RPC.

func (*SensorClient) GetMaxDelay

func (c *SensorClient) GetMaxDelay(ctx context.Context) (int32, error)

GetMaxDelay calls the GetMaxDelay RPC.

func (*SensorClient) GetMaximumRange

func (c *SensorClient) GetMaximumRange(ctx context.Context) (float32, error)

GetMaximumRange calls the GetMaximumRange RPC.

func (*SensorClient) GetMinDelay

func (c *SensorClient) GetMinDelay(ctx context.Context) (int32, error)

GetMinDelay calls the GetMinDelay RPC.

func (*SensorClient) GetName

func (c *SensorClient) GetName(ctx context.Context) (string, error)

GetName calls the GetName RPC.

func (*SensorClient) GetPower

func (c *SensorClient) GetPower(ctx context.Context) (float32, error)

GetPower calls the GetPower RPC.

func (*SensorClient) GetReportingMode

func (c *SensorClient) GetReportingMode(ctx context.Context) (int32, error)

GetReportingMode calls the GetReportingMode RPC.

func (*SensorClient) GetResolution

func (c *SensorClient) GetResolution(ctx context.Context) (float32, error)

GetResolution calls the GetResolution RPC.

func (*SensorClient) GetStringType

func (c *SensorClient) GetStringType(ctx context.Context) (string, error)

GetStringType calls the GetStringType RPC.

func (*SensorClient) GetType

func (c *SensorClient) GetType(ctx context.Context) (int32, error)

GetType calls the GetType RPC.

func (*SensorClient) GetVendor

func (c *SensorClient) GetVendor(ctx context.Context) (string, error)

GetVendor calls the GetVendor RPC.

func (*SensorClient) GetVersion

func (c *SensorClient) GetVersion(ctx context.Context) (int32, error)

GetVersion calls the GetVersion RPC.

func (*SensorClient) IsAdditionalInfoSupported

func (c *SensorClient) IsAdditionalInfoSupported(ctx context.Context) (bool, error)

IsAdditionalInfoSupported calls the IsAdditionalInfoSupported RPC.

func (*SensorClient) IsDirectChannelTypeSupported

func (c *SensorClient) IsDirectChannelTypeSupported(ctx context.Context, arg0 int32) (bool, error)

IsDirectChannelTypeSupported calls the IsDirectChannelTypeSupported RPC.

func (*SensorClient) IsDynamicSensor

func (c *SensorClient) IsDynamicSensor(ctx context.Context) (bool, error)

IsDynamicSensor calls the IsDynamicSensor RPC.

func (*SensorClient) IsWakeUpSensor

func (c *SensorClient) IsWakeUpSensor(ctx context.Context) (bool, error)

IsWakeUpSensor calls the IsWakeUpSensor RPC.

func (*SensorClient) ToString

func (c *SensorClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

type SensorDirectChannelClient

type SensorDirectChannelClient struct {
	// contains filtered or unexported fields
}

SensorDirectChannelClient wraps the gRPC SensorDirectChannelService client.

func NewSensorDirectChannelClient

func NewSensorDirectChannelClient(cc grpc.ClientConnInterface) *SensorDirectChannelClient

NewSensorDirectChannelClient creates a new SensorDirectChannel client.

func (*SensorDirectChannelClient) Close

Close calls the Close RPC.

func (*SensorDirectChannelClient) Configure

func (c *SensorDirectChannelClient) Configure(ctx context.Context, arg0 int64, arg1 int32) (int32, error)

Configure calls the Configure RPC.

func (*SensorDirectChannelClient) IsOpen

IsOpen calls the IsOpen RPC.

type SensorEventCallbackClient

type SensorEventCallbackClient struct {
	// contains filtered or unexported fields
}

SensorEventCallbackClient wraps the gRPC SensorEventCallbackService client.

func NewSensorEventCallbackClient

func NewSensorEventCallbackClient(cc grpc.ClientConnInterface) *SensorEventCallbackClient

NewSensorEventCallbackClient creates a new SensorEventCallback client.

func (*SensorEventCallbackClient) OnAccuracyChanged

func (c *SensorEventCallbackClient) OnAccuracyChanged(ctx context.Context, arg0 int64, arg1 int32) error

OnAccuracyChanged calls the OnAccuracyChanged RPC.

func (*SensorEventCallbackClient) OnFlushCompleted

func (c *SensorEventCallbackClient) OnFlushCompleted(ctx context.Context, arg0 int64) error

OnFlushCompleted calls the OnFlushCompleted RPC.

func (*SensorEventCallbackClient) OnSensorAdditionalInfo

func (c *SensorEventCallbackClient) OnSensorAdditionalInfo(ctx context.Context, arg0 int64) error

OnSensorAdditionalInfo calls the OnSensorAdditionalInfo RPC.

func (*SensorEventCallbackClient) OnSensorChanged

func (c *SensorEventCallbackClient) OnSensorChanged(ctx context.Context, arg0 int64) error

OnSensorChanged calls the OnSensorChanged RPC.

type SensorEventListener2Client

type SensorEventListener2Client struct {
	// contains filtered or unexported fields
}

SensorEventListener2Client wraps the gRPC SensorEventListener2Service client.

func NewSensorEventListener2Client

func NewSensorEventListener2Client(cc grpc.ClientConnInterface) *SensorEventListener2Client

NewSensorEventListener2Client creates a new SensorEventListener2 client.

func (*SensorEventListener2Client) OnFlushCompleted

func (c *SensorEventListener2Client) OnFlushCompleted(ctx context.Context, arg0 int64) error

OnFlushCompleted calls the OnFlushCompleted RPC.

type SensorEventListenerClient

type SensorEventListenerClient struct {
	// contains filtered or unexported fields
}

SensorEventListenerClient wraps the gRPC SensorEventListenerService client.

func NewSensorEventListenerClient

func NewSensorEventListenerClient(cc grpc.ClientConnInterface) *SensorEventListenerClient

NewSensorEventListenerClient creates a new SensorEventListener client.

func (*SensorEventListenerClient) OnAccuracyChanged

func (c *SensorEventListenerClient) OnAccuracyChanged(ctx context.Context, arg0 int64, arg1 int32) error

OnAccuracyChanged calls the OnAccuracyChanged RPC.

func (*SensorEventListenerClient) OnSensorChanged

func (c *SensorEventListenerClient) OnSensorChanged(ctx context.Context, arg0 int64) error

OnSensorChanged calls the OnSensorChanged RPC.

type SensorListenerClient

type SensorListenerClient struct {
	// contains filtered or unexported fields
}

SensorListenerClient wraps the gRPC SensorListenerService client.

func NewSensorListenerClient

func NewSensorListenerClient(cc grpc.ClientConnInterface) *SensorListenerClient

NewSensorListenerClient creates a new SensorListener client.

func (*SensorListenerClient) OnAccuracyChanged

func (c *SensorListenerClient) OnAccuracyChanged(ctx context.Context, arg0 int32, arg1 int32) error

OnAccuracyChanged calls the OnAccuracyChanged RPC.

func (*SensorListenerClient) OnSensorChanged

func (c *SensorListenerClient) OnSensorChanged(ctx context.Context, arg0 int32, arg1 int64) error

OnSensorChanged calls the OnSensorChanged RPC.

type SensorManagerClient

type SensorManagerClient struct {
	// contains filtered or unexported fields
}

SensorManagerClient wraps the gRPC SensorManagerService client.

func NewSensorManagerClient

func NewSensorManagerClient(cc grpc.ClientConnInterface) *SensorManagerClient

NewSensorManagerClient creates a new SensorManager client.

func (*SensorManagerClient) CancelTriggerSensor

func (c *SensorManagerClient) CancelTriggerSensor(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

CancelTriggerSensor calls the CancelTriggerSensor RPC.

func (*SensorManagerClient) CreateDirectChannel1

func (c *SensorManagerClient) CreateDirectChannel1(ctx context.Context, arg0 int64) (int64, error)

CreateDirectChannel1 calls the CreateDirectChannel1 RPC.

func (*SensorManagerClient) CreateDirectChannel1_1

func (c *SensorManagerClient) CreateDirectChannel1_1(ctx context.Context, arg0 int64) (int64, error)

CreateDirectChannel1_1 calls the CreateDirectChannel1_1 RPC.

func (*SensorManagerClient) Flush

func (c *SensorManagerClient) Flush(ctx context.Context, arg0 int64) (bool, error)

Flush calls the Flush RPC.

func (*SensorManagerClient) GetAltitude

func (c *SensorManagerClient) GetAltitude(ctx context.Context, arg0 float32, arg1 float32) (float32, error)

GetAltitude calls the GetAltitude RPC.

func (*SensorManagerClient) GetAngleChange

func (c *SensorManagerClient) GetAngleChange(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

GetAngleChange calls the GetAngleChange RPC.

func (*SensorManagerClient) GetDefaultSensor1

func (c *SensorManagerClient) GetDefaultSensor1(ctx context.Context, arg0 int32) (int64, error)

GetDefaultSensor1 calls the GetDefaultSensor1 RPC.

func (*SensorManagerClient) GetDefaultSensor2_1

func (c *SensorManagerClient) GetDefaultSensor2_1(ctx context.Context, arg0 int32, arg1 bool) (int64, error)

GetDefaultSensor2_1 calls the GetDefaultSensor2_1 RPC.

func (*SensorManagerClient) GetDynamicSensorList

func (c *SensorManagerClient) GetDynamicSensorList(ctx context.Context, arg0 int32) (int64, error)

GetDynamicSensorList calls the GetDynamicSensorList RPC.

func (*SensorManagerClient) GetInclination

func (c *SensorManagerClient) GetInclination(ctx context.Context, arg0 int64) (float32, error)

GetInclination calls the GetInclination RPC.

func (*SensorManagerClient) GetOrientation

func (c *SensorManagerClient) GetOrientation(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

GetOrientation calls the GetOrientation RPC.

func (*SensorManagerClient) GetQuaternionFromVector

func (c *SensorManagerClient) GetQuaternionFromVector(ctx context.Context, arg0 int64, arg1 int64) error

GetQuaternionFromVector calls the GetQuaternionFromVector RPC.

func (*SensorManagerClient) GetRotationMatrix

func (c *SensorManagerClient) GetRotationMatrix(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (bool, error)

GetRotationMatrix calls the GetRotationMatrix RPC.

func (*SensorManagerClient) GetRotationMatrixFromVector

func (c *SensorManagerClient) GetRotationMatrixFromVector(ctx context.Context, arg0 int64, arg1 int64) error

GetRotationMatrixFromVector calls the GetRotationMatrixFromVector RPC.

func (*SensorManagerClient) GetSensorList

func (c *SensorManagerClient) GetSensorList(ctx context.Context, arg0 int32) (int64, error)

GetSensorList calls the GetSensorList RPC.

func (*SensorManagerClient) GetSensors

func (c *SensorManagerClient) GetSensors(ctx context.Context) (int32, error)

GetSensors calls the GetSensors RPC.

func (*SensorManagerClient) IsDynamicSensorDiscoverySupported

func (c *SensorManagerClient) IsDynamicSensorDiscoverySupported(ctx context.Context) (bool, error)

IsDynamicSensorDiscoverySupported calls the IsDynamicSensorDiscoverySupported RPC.

func (*SensorManagerClient) RegisterDynamicSensorCallback

func (c *SensorManagerClient) RegisterDynamicSensorCallback(ctx context.Context, arg0 int64) error

RegisterDynamicSensorCallback calls the RegisterDynamicSensorCallback RPC.

func (*SensorManagerClient) RegisterListener2_2

func (c *SensorManagerClient) RegisterListener2_2(ctx context.Context, arg0 int64, arg1 int32) (bool, error)

RegisterListener2_2 calls the RegisterListener2_2 RPC.

func (*SensorManagerClient) RegisterListener3

func (c *SensorManagerClient) RegisterListener3(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (bool, error)

RegisterListener3 calls the RegisterListener3 RPC.

func (*SensorManagerClient) RegisterListener3_3

func (c *SensorManagerClient) RegisterListener3_3(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (bool, error)

RegisterListener3_3 calls the RegisterListener3_3 RPC.

func (*SensorManagerClient) RegisterListener4_1

func (c *SensorManagerClient) RegisterListener4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (bool, error)

RegisterListener4_1 calls the RegisterListener4_1 RPC.

func (*SensorManagerClient) RemapCoordinateSystem

func (c *SensorManagerClient) RemapCoordinateSystem(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) (bool, error)

RemapCoordinateSystem calls the RemapCoordinateSystem RPC.

func (*SensorManagerClient) RequestTriggerSensor

func (c *SensorManagerClient) RequestTriggerSensor(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

RequestTriggerSensor calls the RequestTriggerSensor RPC.

func (*SensorManagerClient) UnregisterDynamicSensorCallback

func (c *SensorManagerClient) UnregisterDynamicSensorCallback(ctx context.Context, arg0 int64) error

UnregisterDynamicSensorCallback calls the UnregisterDynamicSensorCallback RPC.

func (*SensorManagerClient) UnregisterListener1

func (c *SensorManagerClient) UnregisterListener1(ctx context.Context, arg0 int64) error

UnregisterListener1 calls the UnregisterListener1 RPC.

func (*SensorManagerClient) UnregisterListener1_2

func (c *SensorManagerClient) UnregisterListener1_2(ctx context.Context, arg0 int64) error

UnregisterListener1_2 calls the UnregisterListener1_2 RPC.

func (*SensorManagerClient) UnregisterListener2_1

func (c *SensorManagerClient) UnregisterListener2_1(ctx context.Context, arg0 int64, arg1 int64) error

UnregisterListener2_1 calls the UnregisterListener2_1 RPC.

func (*SensorManagerClient) UnregisterListener2_3

func (c *SensorManagerClient) UnregisterListener2_3(ctx context.Context, arg0 int64, arg1 int32) error

UnregisterListener2_3 calls the UnregisterListener2_3 RPC.

type SensorManagerDynamicSensorCallbackClient

type SensorManagerDynamicSensorCallbackClient struct {
	// contains filtered or unexported fields
}

SensorManagerDynamicSensorCallbackClient wraps the gRPC SensorManagerDynamicSensorCallbackService client.

func NewSensorManagerDynamicSensorCallbackClient

func NewSensorManagerDynamicSensorCallbackClient(cc grpc.ClientConnInterface) *SensorManagerDynamicSensorCallbackClient

NewSensorManagerDynamicSensorCallbackClient creates a new SensorManagerDynamicSensorCallback client.

func (*SensorManagerDynamicSensorCallbackClient) OnDynamicSensorConnected

func (c *SensorManagerDynamicSensorCallbackClient) OnDynamicSensorConnected(ctx context.Context, arg0 int64) error

OnDynamicSensorConnected calls the OnDynamicSensorConnected RPC.

func (*SensorManagerDynamicSensorCallbackClient) OnDynamicSensorDisconnected

func (c *SensorManagerDynamicSensorCallbackClient) OnDynamicSensorDisconnected(ctx context.Context, arg0 int64) error

OnDynamicSensorDisconnected calls the OnDynamicSensorDisconnected RPC.

type SensorPrivacyManagerClient

type SensorPrivacyManagerClient struct {
	// contains filtered or unexported fields
}

SensorPrivacyManagerClient wraps the gRPC SensorPrivacyManagerService client.

func NewSensorPrivacyManagerClient

func NewSensorPrivacyManagerClient(cc grpc.ClientConnInterface) *SensorPrivacyManagerClient

NewSensorPrivacyManagerClient creates a new SensorPrivacyManager client.

func (*SensorPrivacyManagerClient) SupportsSensorToggle1

func (c *SensorPrivacyManagerClient) SupportsSensorToggle1(ctx context.Context, arg0 int32) (bool, error)

SupportsSensorToggle1 calls the SupportsSensorToggle1 RPC.

func (*SensorPrivacyManagerClient) SupportsSensorToggle2_1

func (c *SensorPrivacyManagerClient) SupportsSensorToggle2_1(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

SupportsSensorToggle2_1 calls the SupportsSensorToggle2_1 RPC.

type SyncFenceClient

type SyncFenceClient struct {
	// contains filtered or unexported fields
}

SyncFenceClient wraps the gRPC SyncFenceService client.

func NewSyncFenceClient

func NewSyncFenceClient(cc grpc.ClientConnInterface) *SyncFenceClient

NewSyncFenceClient creates a new SyncFence client.

func (*SyncFenceClient) Await

func (c *SyncFenceClient) Await(ctx context.Context, handle int64, arg0 int64) (bool, error)

Await calls the Await RPC.

func (*SyncFenceClient) AwaitForever

func (c *SyncFenceClient) AwaitForever(ctx context.Context, handle int64) (bool, error)

AwaitForever calls the AwaitForever RPC.

func (*SyncFenceClient) Close

func (c *SyncFenceClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*SyncFenceClient) DescribeContents

func (c *SyncFenceClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SyncFenceClient) GetSignalTime

func (c *SyncFenceClient) GetSignalTime(ctx context.Context, handle int64) (int64, error)

GetSignalTime calls the GetSignalTime RPC.

func (*SyncFenceClient) IsValid

func (c *SyncFenceClient) IsValid(ctx context.Context, handle int64) (bool, error)

IsValid calls the IsValid RPC.

func (*SyncFenceClient) WriteToParcel

func (c *SyncFenceClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type TriggerEventListenerClient

type TriggerEventListenerClient struct {
	// contains filtered or unexported fields
}

TriggerEventListenerClient wraps the gRPC TriggerEventListenerService client.

func NewTriggerEventListenerClient

func NewTriggerEventListenerClient(cc grpc.ClientConnInterface) *TriggerEventListenerClient

NewTriggerEventListenerClient creates a new TriggerEventListener client.

func (*TriggerEventListenerClient) OnTrigger

func (c *TriggerEventListenerClient) OnTrigger(ctx context.Context, arg0 int64) error

OnTrigger calls the OnTrigger RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL