Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dandroid_probes_parser.h38 void ParseAndroidLogPacket(ConstBytes);
Dandroid_probes_module.cc126 parser_.ParseAndroidLogPacket(decoder.android_log()); in ParsePacket()
Dandroid_probes_parser.cc127 void AndroidProbesParser::ParseAndroidLogPacket(ConstBytes blob) { in ParseAndroidLogPacket() function in perfetto::trace_processor::AndroidProbesParser