Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
Dsp_parse_fps.cpp105 while (std::getline(*inFile, lineClient)) { in ParseTraceFile()
106 if (this->GetTouchEventNum(lineClient, touchEventClient) > 0) { in ParseTraceFile()
109 this->GetAndSetPageType(lineClient, pageTypeClient); in ParseTraceFile()
203 if (!this->lineClient.empty()) { in PraseFPSTrace()
204 this->lineClient.clear(); in PraseFPSTrace()
213 while (std::getline(*inFile, this->lineClient)) { in PraseFPSTrace()
214 this->StaticHandoffStartTime(lineClient, rfV); in PraseFPSTrace()
215 this->DecHandOffTime(lineClient, rfV); in PraseFPSTrace()
216 if (this->CountRsEndTime(lineClient, rfV, staticTime, uiPoint)) { in PraseFPSTrace()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_parse_fps.h106 Line lineClient; variable