Searched refs:AndroidProbesParser (Results 1 – 3 of 3) sorted by relevance
47 AndroidProbesParser::AndroidProbesParser(TraceProcessorContext* context) in AndroidProbesParser() function in perfetto::trace_processor::AndroidProbesParser56 void AndroidProbesParser::ParseBatteryCounters(int64_t ts, ConstBytes blob) { in ParseBatteryCounters()84 void AndroidProbesParser::ParsePowerRails(int64_t ts, ConstBytes blob) { in ParsePowerRails()118 void AndroidProbesParser::ParseAndroidLogPacket(ConstBytes blob) { in ParseAndroidLogPacket()127 void AndroidProbesParser::ParseAndroidLogEvent(ConstBytes blob) { in ParseAndroidLogEvent()184 void AndroidProbesParser::ParseAndroidLogStats(ConstBytes blob) { in ParseAndroidLogStats()202 void AndroidProbesParser::ParseStatsdMetadata(ConstBytes blob) { in ParseStatsdMetadata()212 void AndroidProbesParser::ParseAndroidPackagesList(ConstBytes blob) { in ParseAndroidPackagesList()235 void AndroidProbesParser::ParseInitialDisplayState(int64_t ts, in ParseInitialDisplayState()
30 class AndroidProbesParser {34 explicit AndroidProbesParser(TraceProcessorContext*);
49 AndroidProbesParser parser_;