Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp1460 std::map<std::string, std::map<std::string, uint64_t>> *all_prev_cma_stat) { in reportCmaStatusAtom() argument
1472 auto entry = all_prev_cma_stat->find(cma_type); in reportCmaStatusAtom()
1473 if (entry != all_prev_cma_stat->end()) in reportCmaStatusAtom()
1486 (*all_prev_cma_stat)[cma_type] = prev_cma_stat; in reportCmaStatusAtom()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h168 std::map<std::string, std::map<std::string, uint64_t>> *all_prev_cma_stat);