AAdditionalInfoEvent

Summary

Public attributes

@81
union AAdditionalInfoEvent::@80
data_float[14]
float
data_int32[14]
int32_t
serial
int32_t
type
int32_t
Event type, such as ASENSOR_ADDITIONAL_INFO_BEGIN, ASENSOR_ADDITIONAL_INFO_END and others.

Public attributes

@81

Declared in android/sensor.h
union AAdditionalInfoEvent::@80 AAdditionalInfoEvent::@81

data_float

Declared in android/sensor.h
float AAdditionalInfoEvent::data_float[14]

data_int32

Declared in android/sensor.h
int32_t AAdditionalInfoEvent::data_int32[14]

serial

Declared in android/sensor.h
int32_t AAdditionalInfoEvent::serial

type

Declared in android/sensor.h
int32_t AAdditionalInfoEvent::type

Event type, such as ASENSOR_ADDITIONAL_INFO_BEGIN, ASENSOR_ADDITIONAL_INFO_END and others.

Refer to ASENSOR_TYPE_ADDITIONAL_INFO for the expected reporting behavior.