Home
last modified time | relevance | path

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

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