Home
last modified time | relevance | path

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

/frameworks/native/include_sensor/android/
Dsensor.h605 typedef struct ASensorEvent { struct
606 int32_t version; /* sizeof(struct ASensorEvent) */ argument
607 int32_t sensor; /** The sensor that generates this event */
608 int32_t type; /** Sensor type for the event, such as {@link ASENSOR_TYPE_ACCELEROMETER} */
609 int32_t reserved0; /** do not use */
615 int64_t timestamp;
616 union {
648 } ASensorEvent; argument
/frameworks/native/include/android/
Dsensor.h605 typedef struct ASensorEvent { struct
606 int32_t version; /* sizeof(struct ASensorEvent) */ argument
607 int32_t sensor; /** The sensor that generates this event */
608 int32_t type; /** Sensor type for the event, such as {@link ASENSOR_TYPE_ACCELEROMETER} */
609 int32_t reserved0; /** do not use */
615 int64_t timestamp;
616 union {
648 } ASensorEvent; argument