Home
last modified time | relevance | path

Searched refs:CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS (Results 1 – 14 of 14) sorted by relevance

/system/chre/core/
Dsensor_type.cc45 case CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS: in getSensorModeFromEnum()
65 return CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS; in getConfigureModeFromSensorMode()
/system/chre/apps/test/chqts/src/general_test/
Dsensor_info_test.cc53 mSensorHandle, CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS, in validateSensorInfo()
Dbasic_flush_async_test.cc60 if (!chreSensorConfigure(mSensorHandle, CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS, in setUp()
Dbasic_sensor_test_base.cc245 : CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS; in startTest()
/system/chre/chre_api/legacy/v1_2/chre/
Dsensor.h315 CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS = enumerator
/system/chre/chre_api/legacy/v1_0/chre/
Dsensor.h335 CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS = enumerator
/system/chre/apps/test/chqts/src/busy_startup/
Dbusy_startup.cc206 if (!chreSensorConfigure(gSensorHandle, CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS, in nanoappStart()
/system/chre/chre_api/legacy/v1_4/chre/
Dsensor.h435 CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS = enumerator
/system/chre/chre_api/legacy/v1_3/chre/
Dsensor.h434 CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS = enumerator
/system/chre/apps/power_test/common/
Drequest_manager.cc70 mode = CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS; in getModeForSensorType()
80 mode = CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS; in getModeForSensorType()
/system/chre/chre_api/include/chre_api/chre/
Dsensor.h476 CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS = enumerator
/system/chre/chre_api/legacy/v1_1/chre/
Dsensor.h457 CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS = enumerator
/system/chre/apps/sensor_world/
Dsensor_world.cc291 : CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS; in handleTimerEvent()
342 CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS, in nanoappStart()
/system/chre/apps/test/common/chre_cross_validator_sensor/src/
Dchre_cross_validator_sensor_manager.cc333 if (!chreSensorConfigure(handle, CHRE_SENSOR_CONFIGURE_MODE_CONTINUOUS, in handleStartSensorMessage()