Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h154 const std::map<std::string, std::vector<uint64_t>> &cur_pstat,
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp561 const std::map<std::string, std::vector<uint64_t>> &cur_pstat, in fillProcStat() argument
589 if (!getValueFromParsedProcStat(cur_pstat, entry.name, entry.offset, &cur_value)) { in fillProcStat()
616 *prev_pstat = cur_pstat; in fillProcStat()