Lines Matching refs:MmMetricsReporter

48 const std::vector<MmMetricsReporter::MmMetricsInfo> MmMetricsReporter::kMmMetricsPerHourInfo = {
57 const std::vector<MmMetricsReporter::MmMetricsInfo> MmMetricsReporter::kMmMetricsPerDayInfo = {
80 const std::vector<MmMetricsReporter::MmMetricsInfo> MmMetricsReporter::kCmaStatusInfo = {
88 const std::vector<MmMetricsReporter::MmMetricsInfo> MmMetricsReporter::kCmaStatusExtInfo = {
94 const std::map<std::string, MmMetricsReporter::CmaType> MmMetricsReporter::kCmaTypeInfo = {
95 {"farawimg", MmMetricsReporter::FARAWIMG}, {"faimg", MmMetricsReporter::FAIMG},
96 {"faceauth_tpu", MmMetricsReporter::FATPU}, {"faprev", MmMetricsReporter::FAPREV},
97 {"vframe", MmMetricsReporter::VFRAME}, {"vstream", MmMetricsReporter::VSTREAM},
100 MmMetricsReporter::MmMetricsReporter() in MmMetricsReporter() function in android::hardware::google::pixel::MmMetricsReporter
107 bool MmMetricsReporter::ReadFileToUint(const char *const path, uint64_t *val) { in ReadFileToUint()
123 bool MmMetricsReporter::reportVendorAtom(const std::shared_ptr<IStats> &stats_client, int atom_id, in reportVendorAtom()
142 std::map<std::string, uint64_t> MmMetricsReporter::readVmStat(const char *path) { in readVmStat()
172 uint64_t MmMetricsReporter::getIonTotalPools() { in getIonTotalPools()
187 uint64_t MmMetricsReporter::getGpuMemory() { in getGpuMemory()
213 void MmMetricsReporter::fillAtomValues(const std::vector<MmMetricsInfo> &metrics_info, in fillAtomValues()
254 void MmMetricsReporter::logPixelMmMetricsPerHour(const std::shared_ptr<IStats> &stats_client) { in logPixelMmMetricsPerHour()
292 void MmMetricsReporter::logPixelMmMetricsPerDay(const std::shared_ptr<IStats> &stats_client) { in logPixelMmMetricsPerDay()
326 bool MmMetricsReporter::isValidPid(int pid, const char *name) { in isValidPid()
344 int MmMetricsReporter::findPidByProcessName(const char *name) { in findPidByProcessName()
379 uint64_t MmMetricsReporter::getStimeByPid(int pid) { in getStimeByPid()
410 void MmMetricsReporter::fillProcessStime(int atom_key, const char *name, int *pid, in fillProcessStime()
441 std::map<std::string, uint64_t> MmMetricsReporter::readCmaStat( in readCmaStat()
443 const std::vector<MmMetricsReporter::MmMetricsInfo> &metrics_info) { in readCmaStat()
477 void MmMetricsReporter::reportCmaStatusAtom( in reportCmaStatusAtom()
505 void MmMetricsReporter::logCmaStatus(const std::shared_ptr<IStats> &stats_client) { in logCmaStatus()