Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dapptohostevent.cpp110 bool AppToHostEvent::IsTestEventForSensor(SensorType sensor_type) const { in IsTestEventForSensor() function in android::AppToHostEvent
Dapptohostevent.h95 bool IsTestEventForSensor(SensorType sensor_type) const;
Dcontexthub.cpp412 if (event.IsTestEventForSensor(sensor.sensor_type)) { in TestSingleSensor()