Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h151 bool getValueFromParsedProcStat(const std::map<std::string, std::vector<uint64_t>> pstat,
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp495 const std::map<std::string, std::vector<uint64_t>> pstat, const std::string &name, in getValueFromParsedProcStat() argument
508 auto itr = pstat.find(name); in getValueFromParsedProcStat()
509 if (itr == pstat.end()) { in getValueFromParsedProcStat()