Home
last modified time | relevance | path

Searched refs:CHRE_SENSOR_INDEX_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/system/chre/platform/linux/
Dplatform_sensor.cc42 return CHRE_SENSOR_INDEX_DEFAULT; in getSensorIndex()
/system/chre/platform/slpi/see/
Dplatform_sensor.cc61 return CHRE_SENSOR_INDEX_DEFAULT; in getSensorIndex()
/system/chre/platform/shared/
Dchre_api_sensor.cc33 return chreSensorFind(sensorType, CHRE_SENSOR_INDEX_DEFAULT, handle); in chreSensorFindDefault()
/system/chre/chre_api/include/chre_api/chre/
Dsensor.h435 #define CHRE_SENSOR_INDEX_DEFAULT UINT8_C(0) macro