Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h51 enum CmaType { enum
64 static const std::map<std::string, CmaType> kCmaTypeInfo;
84 const std::string &cma_type, CmaType type_idx,
86 std::map<CmaType, std::map<std::string, uint64_t>> *all_prev_cma_stat);
101 std::map<CmaType, std::map<std::string, uint64_t>> prev_cma_stat_;
102 std::map<CmaType, std::map<std::string, uint64_t>> prev_cma_stat_ext_;
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp94 const std::map<std::string, MmMetricsReporter::CmaType> MmMetricsReporter::kCmaTypeInfo = {
479 CmaType type_idx, const std::vector<MmMetricsInfo> &metrics_info, in reportCmaStatusAtom()
480 std::map<CmaType, std::map<std::string, uint64_t>> *all_prev_cma_stat) { in reportCmaStatusAtom() argument