Searched defs:ASensorEvent (Results 1 – 2 of 2) sorted by relevance
449 typedef struct ASensorEvent { struct450 int32_t version; /* sizeof(struct ASensorEvent) */ argument451 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
449 typedef struct ASensorEvent { struct450 int32_t version; /* sizeof(struct ASensorEvent) */ argument451 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