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.cpp480 std::map<CmaType, std::map<std::string, uint64_t>> *all_prev_cma_stat) { in reportCmaStatusAtom() argument
489 auto entry = all_prev_cma_stat->find(type_idx); in reportCmaStatusAtom()
490 if (entry != all_prev_cma_stat->end()) in reportCmaStatusAtom()
495 (*all_prev_cma_stat)[type_idx] = prev_cma_stat; in reportCmaStatusAtom()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h86 std::map<CmaType, std::map<std::string, uint64_t>> *all_prev_cma_stat);