Searched refs:sensorIndex (Results 1 – 6 of 6) sorted by relevance
/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 54 const uint8_t sensorIndex; member 66 .sensorIndex = 0, 76 .sensorIndex = 0, 86 .sensorIndex = 0, 96 .sensorIndex = 0, 106 .sensorIndex = 0, 116 .sensorIndex = 0, 126 .sensorIndex = 0, 136 .sensorIndex = 0, 146 .sensorIndex = 0, [all …]
|
/system/chre/platform/shared/ |
D | chre_api_sensor.cc | 36 DLL_EXPORT bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, in chreSensorFind() argument 42 .getSensorHandleForNanoapp(sensorType, sensorIndex, *nanoapp, handle); in chreSensorFind() 45 UNUSED_VAR(sensorIndex); in chreSensorFind()
|
/system/chre/core/include/chre/core/ |
D | sensor_request_manager.h | 66 bool getSensorHandle(uint8_t sensorType, uint8_t sensorIndex, 73 bool getSensorHandleForNanoapp(uint8_t sensorType, uint8_t sensorIndex, in getSensorHandleForNanoapp() argument 76 return getSensorHandle(sensorType, sensorIndex, in getSensorHandleForNanoapp()
|
/system/chre/chre_api/include/chre_api/chre/ |
D | sensor.h | 634 uint8_t sensorIndex; member 762 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle);
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 260 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle) { in chreSensorFind() argument 263 return fptr(sensorType, sensorIndex, handle); in chreSensorFind() 264 } else if (sensorIndex == 0) { in chreSensorFind()
|
/system/chre/core/ |
D | sensor_request_manager.cc | 142 uint8_t sensorIndex, in getSensorHandle() argument 150 (mSensors[i].getSensorIndex() == sensorIndex) && in getSensorHandle()
|