Home
last modified time | relevance | path

Searched refs:CHRE_EVENT_SENSOR_SAMPLING_CHANGE (Results 1 – 11 of 11) sorted by relevance

/system/chre/chre_api/legacy/v1_2/chre/
Dsensor.h221 #define CHRE_EVENT_SENSOR_SAMPLING_CHANGE \ macro
/system/chre/apps/power_test/common/
Dpower_test.cc120 case CHRE_EVENT_SENSOR_SAMPLING_CHANGE: { in nanoappHandleEvent()
/system/chre/chre_api/legacy/v1_0/chre/
Dsensor.h247 #define CHRE_EVENT_SENSOR_SAMPLING_CHANGE \ macro
/system/chre/apps/test/chqts/src/busy_startup/
Dbusy_startup.cc149 } else if (eventType == CHRE_EVENT_SENSOR_SAMPLING_CHANGE || in nanoappHandleEvent()
/system/chre/chre_api/legacy/v1_4/chre/
Dsensor.h233 #define CHRE_EVENT_SENSOR_SAMPLING_CHANGE \ macro
/system/chre/chre_api/legacy/v1_3/chre/
Dsensor.h232 #define CHRE_EVENT_SENSOR_SAMPLING_CHANGE \ macro
/system/chre/chre_api/include/chre_api/chre/
Dsensor.h267 #define CHRE_EVENT_SENSOR_SAMPLING_CHANGE \ macro
/system/chre/chre_api/legacy/v1_1/chre/
Dsensor.h363 #define CHRE_EVENT_SENSOR_SAMPLING_CHANGE \ macro
/system/chre/apps/test/chqts/src/general_test/
Dbasic_sensor_test_base.cc523 } else if (eventType == CHRE_EVENT_SENSOR_SAMPLING_CHANGE) { in handleEvent()
/system/chre/apps/sensor_world/
Dsensor_world.cc484 case CHRE_EVENT_SENSOR_SAMPLING_CHANGE: { in nanoappHandleEvent()
/system/chre/core/
Dsensor_request_manager.cc102 CHRE_EVENT_SENSOR_SAMPLING_CHANGE, event, freeEventDataCallback, in postSamplingStatusEvent()