Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dsensor.h129 bool getBiasEventType(uint16_t *eventType) const { in getBiasEventType() function
130 return SensorTypeHelpers::getBiasEventType(getSensorType(), eventType); in getBiasEventType()
Dsensor_type_helpers.h82 static bool getBiasEventType(uint8_t sensorType, uint16_t *eventType);
/system/chre/core/
Dsensor_type_helpers.cc59 bool SensorTypeHelpers::getBiasEventType(uint8_t sensorType, in getBiasEventType() function in chre::SensorTypeHelpers
Dsensor_request_manager.cc203 if (sensor.getBiasEventType(&biasEventType)) { in setSensorRequest()
222 if (sensor.getBiasEventType(&biasEventType) && sensor.isCalibrated()) { in setSensorRequest()
354 } else if (mSensors[sensorHandle].getBiasEventType(&eventType)) { in configureBiasEvents()
538 if (!sensor->reportsBiasEvents() || !sensor->getBiasEventType(&eventType)) { in handleBiasEvent()