Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/pixelstats/
H A 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()
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DMmMetricsReporter.h86 std::map<CmaType, std::map<std::string, uint64_t>> *all_prev_cma_stat);