Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dcontexthub.cpp333 SensorType event_source = event.GetSensorType(); in PrintSensorEvents() local
334 if (event_source == type || SensorTypeIsAliasOf(type, event_source)) { in PrintSensorEvents()
346 SensorType event_source = event.GetSensorType(); in PrintSensorEvents() local
348 if (sensors[i].sensor_type == event_source in PrintSensorEvents()
349 || SensorTypeIsAliasOf(sensors[i].sensor_type, event_source)) { in PrintSensorEvents()