Searched refs:chreSensorFind (Results 1 – 10 of 10) sorted by relevance
/system/chre/platform/shared/ |
D | chre_api_sensor.cc | 33 return chreSensorFind(sensorType, CHRE_SENSOR_INDEX_DEFAULT, handle); in chreSensorFindDefault() 36 DLL_EXPORT bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, in chreSensorFind() function
|
D | nanoapp_loader.cc | 235 ADD_EXPORTED_C_SYMBOL(chreSensorFind),
|
/system/chre/apps/test/chqts/src/general_test/ |
D | basic_sensor_test_base.cc | 188 found = chreSensorFind(mSensorType, mCurrentSensorIndex, &mSensorHandle); in startTest() 190 chreSensorFind(mSensorType, mCurrentSensorIndex + 1, &mSensorHandle)) { in startTest() 333 chreSensorFind(getSensorType(), mCurrentSensorIndex, &sensorHandle)) { in finishTest()
|
/system/chre/apps/test/common/chre_cross_validator_sensor/src/ |
D | chre_cross_validator_sensor_manager.cc | 445 chreSensorFind(infoCommand.chreSensorType, 1, &handle); in handleInfoMessage() 446 for (uint8_t i = 0; chreSensorFind(infoCommand.chreSensorType, i, &handle); in handleInfoMessage() 660 success = chreSensorFind(sensorType, sensorIndex, handle); in getSensor()
|
/system/chre/chre_api/legacy/v1_6/chre/ |
D | sensor.h | 768 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle);
|
/system/chre/chre_api/legacy/v1_7/chre/ |
D | sensor.h | 768 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle);
|
/system/chre/chre_api/include/chre_api/chre/ |
D | sensor.h | 771 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle);
|
/system/chre/chre_api/legacy/v1_5/chre/ |
D | sensor.h | 768 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle);
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 399 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle) { in chreSensorFind() function 400 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreSensorFind); in chreSensorFind()
|
/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 430 chreSensorFind(sensor.type, sensor.sensorIndex, &sensor.handle); in nanoappStart()
|