AAdditionalInfoEvent
Summary
| Public attributes | |
|---|---|
| @80 | union AAdditionalInfoEvent::@79 | 
| data_float[14] | float | 
| data_int32[14] | int32_t | 
| serial | int32_t | 
| type | int32_tEvent type, such as ASENSOR_ADDITIONAL_INFO_BEGIN, ASENSOR_ADDITIONAL_INFO_END and others.  | 
Public attributes
@80
Declared inandroid/sensor.h
    union AAdditionalInfoEvent::@79 AAdditionalInfoEvent::@80
data_float
Declared inandroid/sensor.h
    float AAdditionalInfoEvent::data_float[14]
data_int32
Declared inandroid/sensor.h
    int32_t AAdditionalInfoEvent::data_int32[14]
serial
Declared inandroid/sensor.h
    int32_t AAdditionalInfoEvent::serial
type
Declared inandroid/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.
