Lines Matching refs:GraphicsStatsProto
48 static bool mergeProfileDataIntoProto(protos::GraphicsStatsProto* proto, const std::string& package,
51 static void dumpAsTextToFd(protos::GraphicsStatsProto* proto, int outFd);
111 protos::GraphicsStatsProto* output) { in parseFromFile()
162 bool mergeProfileDataIntoProto(protos::GraphicsStatsProto* proto, const std::string& package, in mergeProfileDataIntoProto()
254 static int32_t findPercentile(protos::GraphicsStatsProto* proto, int percentile) { in findPercentile()
266 static int32_t findGPUPercentile(protos::GraphicsStatsProto* proto, int percentile) { in findGPUPercentile()
282 void dumpAsTextToFd(protos::GraphicsStatsProto* proto, int fd) { in dumpAsTextToFd()
325 protos::GraphicsStatsProto statsProto; in saveBuffer()
381 void mergeStat(const protos::GraphicsStatsProto& stat);
388 std::map<DumpKey, protos::GraphicsStatsProto> mStats;
394 void GraphicsStatsService::Dump::mergeStat(const protos::GraphicsStatsProto& stat) { in mergeStat()
443 protos::GraphicsStatsProto statsProto; in addToDump()
466 protos::GraphicsStatsProto statsProto; in addToDump()
494 const uirenderer::protos::GraphicsStatsProto& stat) { in writeCpuHistogram()
514 const uirenderer::protos::GraphicsStatsProto& stat) { in writeGpuHistogram()