Home
last modified time | relevance | path

Searched defs:event_printer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/contexthub/util/nanotool/
Dcontexthub.cpp274 auto event_printer = [&limit, continuous](const SensorEvent& event) -> bool { in PrintAllEvents() local
332 auto event_printer = [type, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents() local
345 auto event_printer = [&sensors, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents() local
/aosp_15_r20/external/bcc/tools/
H A Dsolisten.py128 def event_printer(show_netns): function