Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_handler.h97 struct CommContext { struct
124 virtual void Comm(const CommContext& comm) = 0;
Dperf_data_converter.cc211 void Comm(const CommContext& comm) override;
530 void PerfDataConverter::Comm(const CommContext& comm) { in Comm()
Dperf_data_handler.cc198 PerfDataHandler::CommContext comm_context; in Normalize()