Home
last modified time | relevance | path

Searched refs:sensorIndex (Results 1 – 6 of 6) sorted by relevance

/system/chre/apps/sensor_world/
Dsensor_world.cc54 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/
Dchre_api_sensor.cc36 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/
Dsensor_request_manager.h66 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/
Dsensor.h634 uint8_t sensorIndex; member
762 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle);
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc260 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/
Dsensor_request_manager.cc142 uint8_t sensorIndex, in getSensorHandle() argument
150 (mSensors[i].getSensorIndex() == sensorIndex) && in getSensorHandle()