Home
last modified time | relevance | path

Searched defs:SensorState (Results 1 – 3 of 3) sorted by relevance

/system/chre/apps/sensor_world/
Dsensor_world.cc68 struct SensorState { struct
69 const uint8_t type;
70 const uint8_t sensorIndex;
71 uint32_t handle;
72 bool isInitialized;
73 bool enable;
74 uint64_t interval; // nsec
75 uint64_t latency; // nsec
76 chreSensorInfo info;
/system/chre/apps/sensor_test/
Dsensor_test.cc68 struct SensorState { struct
69 const uint8_t type;
70 const uint8_t sensorIndex;
71 uint32_t handle;
72 bool isInitialized;
73 bool enable;
74 uint64_t interval; // nsec
75 uint64_t latency; // nsec
76 chreSensorInfo info;
/system/chre/apps/test/common/chre_stress_test/inc/
Dchre_stress_test_manager.h61 struct SensorState { struct
63 const uint8_t type;
66 uint64_t samplingInterval;
69 uint32_t handle;
72 bool enabled;
75 chreSensorInfo info;