Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp442 const std::string &cma_type, in readCmaStat() argument
448 cma_type.c_str(), entry.name.c_str()); in readCmaStat()
478 const std::shared_ptr<IStats> &stats_client, int atom_id, const std::string &cma_type, in reportCmaStatusAtom() argument
481 std::map<std::string, uint64_t> cma_stat = readCmaStat(cma_type, metrics_info); in reportCmaStatusAtom()
515 std::string cma_type(dp->d_name); in logCmaStatus() local
516 auto type = kCmaTypeInfo.find(cma_type); in logCmaStatus()
520 reportCmaStatusAtom(stats_client, PixelAtoms::Atom::kCmaStatus, cma_type, type->second, in logCmaStatus()
522 reportCmaStatusAtom(stats_client, PixelAtoms::Atom::kCmaStatusExt, cma_type, type->second, in logCmaStatus()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h81 std::map<std::string, uint64_t> readCmaStat(const std::string &cma_type,
84 const std::string &cma_type, CmaType type_idx,