Home
last modified time | relevance | path

Searched refs:chreSensorFind (Results 1 – 10 of 10) sorted by relevance

/system/chre/platform/shared/
Dchre_api_sensor.cc33 return chreSensorFind(sensorType, CHRE_SENSOR_INDEX_DEFAULT, handle); in chreSensorFindDefault()
36 DLL_EXPORT bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, in chreSensorFind() function
Dnanoapp_loader.cc235 ADD_EXPORTED_C_SYMBOL(chreSensorFind),
/system/chre/apps/test/chqts/src/general_test/
Dbasic_sensor_test_base.cc188 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/
Dchre_cross_validator_sensor_manager.cc445 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/
Dsensor.h768 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle);
/system/chre/chre_api/legacy/v1_7/chre/
Dsensor.h768 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle);
/system/chre/chre_api/include/chre_api/chre/
Dsensor.h771 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle);
/system/chre/chre_api/legacy/v1_5/chre/
Dsensor.h768 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle);
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc399 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/
Dsensor_world.cc430 chreSensorFind(sensor.type, sensor.sensorIndex, &sensor.handle); in nanoappStart()