Searched refs:getBiasEventType (Results 1 – 4 of 4) sorted by relevance
129 bool getBiasEventType(uint16_t *eventType) const { in getBiasEventType() function130 return SensorTypeHelpers::getBiasEventType(getSensorType(), eventType); in getBiasEventType()
82 static bool getBiasEventType(uint8_t sensorType, uint16_t *eventType);
59 bool SensorTypeHelpers::getBiasEventType(uint8_t sensorType, in getBiasEventType() function in chre::SensorTypeHelpers
203 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()