Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dcontexthub.cpp275 SensorType event_source = event.GetSensorType(); in PrintSensorEvents() local
276 if (event_source == type || SensorTypeIsAliasOf(type, event_source)) { in PrintSensorEvents()
288 SensorType event_source = event.GetSensorType(); in PrintSensorEvents() local
290 if (sensors[i].sensor_type == event_source in PrintSensorEvents()
291 || SensorTypeIsAliasOf(sensors[i].sensor_type, event_source)) { in PrintSensorEvents()