Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dandroid_probes_parser.h39 void ParseAndroidLogEvent(ConstBytes);
Dandroid_probes_parser.cc121 ParseAndroidLogEvent(*it); in ParseAndroidLogPacket()
127 void AndroidProbesParser::ParseAndroidLogEvent(ConstBytes blob) { in ParseAndroidLogEvent() function in perfetto::trace_processor::AndroidProbesParser