Home
last modified time | relevance | path

Searched refs:IsCalibrationEventForSensor (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanotool/
Dapptohostevent.cpp50 bool AppToHostEvent::IsCalibrationEventForSensor(SensorType sensor_type) const { in IsCalibrationEventForSensor() function in android::AppToHostEvent
Dapptohostevent.h69 bool IsCalibrationEventForSensor(SensorType sensor_type) const;
Dcontexthub.cpp322 if (event.IsCalibrationEventForSensor(sensor.sensor_type)) { in CalibrateSingleSensor()