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
unionAAdditionalInfoEvent::@80AAdditionalInfoEvent::@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_tAAdditionalInfoEvent::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.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025年11月03日 UTC.