Home
last modified time | relevance | path

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

/base/sensors/sensor/frameworks/native/include/
Dnative_sensor_impl.h51 struct Sensor_Event { struct
52 int32_t sensorTypeId = -1;
53 int32_t version = -1;
54 int64_t timestamp = -1;
55 int32_t option = -1;
56 int32_t mode = -1;
57 uint8_t *data = nullptr;
58 uint32_t dataLen = 0;
/base/sensors/sensor/interfaces/kits/c/
Doh_sensor_type.h289 typedef struct Sensor_Event Sensor_Event; typedef