Home
last modified time | relevance | path

Searched defs:ASensorEvent (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/include_sensor/android/
H A Dsensor.h449 typedef struct ASensorEvent { struct
450 int32_t version; /* sizeof(struct ASensorEvent) */ argument
451 int32_t sensor; /** The sensor that generates this event */
452 int32_t type; /** Sensor type for the event, such as {@link ASENSOR_TYPE_ACCELEROMETER} */
453 int32_t reserved0; /** do not use */
459 int64_t timestamp;
460 union {
488 } ASensorEvent; argument
/aosp12/frameworks/native/include/android/
H A Dsensor.h449 typedef struct ASensorEvent { struct
450 int32_t version; /* sizeof(struct ASensorEvent) */ argument
451 int32_t sensor; /** The sensor that generates this event */
452 int32_t type; /** Sensor type for the event, such as {@link ASENSOR_TYPE_ACCELEROMETER} */
453 int32_t reserved0; /** do not use */
459 int64_t timestamp;
460 union {
488 } ASensorEvent; typedef