Searched refs:IsTestEventForSensor (Results 1 – 3 of 3) sorted by relevance
117 bool AppToHostEvent::IsTestEventForSensor(SensorType sensor_type) const { in IsTestEventForSensor() function in android::AppToHostEvent
101 bool IsTestEventForSensor(SensorType sensor_type) const;
414 if (event.IsTestEventForSensor(sensor.sensor_type)) { in TestSingleSensor()