Home
last modified time | relevance | path

Searched defs:sensorIndex (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/chre/apps/test/common/proto/
H A Dchre_cross_validation_sensor.proto46 optional uint32 sensorIndex = 5; field
64 optional uint32 sensorIndex = 3; field
/aosp12/system/chre/platform/shared/
H A Dchre_api_sensor.cc36 DLL_EXPORT bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, in chreSensorFind()
/aosp12/system/chre/core/include/chre/core/
H A Dsensor_request_manager.h73 bool getSensorHandleForNanoapp(uint8_t sensorType, uint8_t sensorIndex, in getSensorHandleForNanoapp()
/aosp12/system/chre/apps/test/common/chre_cross_validator_sensor/src/
H A Dchre_cross_validator_sensor_manager.cc335 uint32_t sensorIndex = startSensorCommand.sensorIndex; in handleStartSensorMessage() local
665 bool Manager::getSensor(uint32_t sensorType, uint32_t sensorIndex, in getSensor()
/aosp12/system/chre/platform/shared/nanoapp/
H A Dnanoapp_support_lib_dso.cc260 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle) { in chreSensorFind()
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dsensor.h634 uint8_t sensorIndex; member
/aosp12/system/chre/apps/sensor_world/
H A Dsensor_world.cc54 const uint8_t sensorIndex; member
/aosp12/system/chre/core/
H A Dsensor_request_manager.cc142 uint8_t sensorIndex, in getSensorHandle()