Searched defs:event_printer (Results 1 – 2 of 2) sorted by relevance
274 auto event_printer = [&limit, continuous](const SensorEvent& event) -> bool { in PrintAllEvents() local332 auto event_printer = [type, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents() local345 auto event_printer = [&sensors, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents() local
128 def event_printer(show_netns): function