Searched refs:chreSensorFindDefault (Results 1 – 10 of 10) sorted by relevance
/system/chre/apps/chqts/src/general_test/ |
D | sensor_info_test.cc | 30 } else if (!chreSensorFindDefault(CHRE_SENSOR_TYPE_ACCELEROMETER, in setUp()
|
D | heap_exhaustion_stability_test.cc | 172 if (!chreSensorFindDefault(kSensorType, &handle)) { in testSensor()
|
D | basic_sensor_test_base.cc | 146 if (!chreSensorFindDefault(getSensorType(), &mSensorHandle)) { in startTest()
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | sensor.h | 498 bool chreSensorFindDefault(uint8_t sensorType, uint32_t *handle);
|
/system/chre/chre_api/legacy/v1_0/chre/ |
D | sensor.h | 664 bool chreSensorFindDefault(uint8_t sensorType, uint32_t *handle);
|
/system/chre/apps/chqts/src/busy_startup/ |
D | busy_startup.cc | 200 if (!chreSensorFindDefault(CHRE_SENSOR_TYPE_ACCELEROMETER, in nanoappStart()
|
/system/chre/chre_api/include/chre_api/chre/ |
D | sensor.h | 660 bool chreSensorFindDefault(uint8_t sensorType, uint32_t *handle);
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | sensor.h | 810 bool chreSensorFindDefault(uint8_t sensorType, uint32_t *handle);
|
/system/chre/platform/shared/ |
D | chre_api_sensor.cc | 87 DLL_EXPORT bool chreSensorFindDefault(uint8_t sensorType, uint32_t *handle) { in chreSensorFindDefault() function
|
/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 255 sensor.isInitialized = chreSensorFindDefault(sensor.type, &sensor.handle); in nanoappStart()
|