Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CameraDeviceStatus ¶
type CameraDeviceStatus int32
const ( CameraDeviceStatusNotPresent CameraDeviceStatus = 0 CameraDeviceStatusPRESENT CameraDeviceStatus = 1 CameraDeviceStatusENUMERATING CameraDeviceStatus = 2 )
type CameraMetadataType ¶
type CameraMetadataType int32
const ( CameraMetadataTypeBYTE CameraMetadataType = 0 CameraMetadataTypeINT32 CameraMetadataType = 1 CameraMetadataTypeFLOAT CameraMetadataType = 2 CameraMetadataTypeINT64 CameraMetadataType = 3 CameraMetadataTypeDOUBLE CameraMetadataType = 4 CameraMetadataTypeRATIONAL CameraMetadataType = 5 )
type CameraResourceCost ¶
func (*CameraResourceCost) MarshalParcel ¶
func (s *CameraResourceCost) MarshalParcel( p *parcel.Parcel, ) error
func (*CameraResourceCost) UnmarshalParcel ¶
func (s *CameraResourceCost) UnmarshalParcel( p *parcel.Parcel, ) error
type TagBoundaryId ¶
type TagBoundaryId int64
const ( TagBoundaryIdAOSP TagBoundaryId = 0 TagBoundaryIdVENDOR TagBoundaryId = 2147483648 )
type TorchModeStatus ¶
type TorchModeStatus int32
const ( TorchModeStatusNotAvailable TorchModeStatus = 0 TorchModeStatusAvailableOff TorchModeStatus = 1 TorchModeStatusAvailableOn TorchModeStatus = 2 )
type VendorTag ¶
type VendorTag struct {
TagId int32
TagName string
TagType CameraMetadataType
}
type VendorTagSection ¶
func (*VendorTagSection) MarshalParcel ¶
func (s *VendorTagSection) MarshalParcel( p *parcel.Parcel, ) error
func (*VendorTagSection) UnmarshalParcel ¶
func (s *VendorTagSection) UnmarshalParcel( p *parcel.Parcel, ) error
Click to show internal directories.
Click to hide internal directories.