Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp439 bool MmMetricsReporter::fillAtomValues(const std::vector<MmMetricsInfo> &metrics_info, in fillAtomValues() function in android::hardware::google::pixel::MmMetricsReporter
656 fillAtomValues(kMmMetricsPerHourInfo, vmstat, &prev_hour_vmstat_, &values); in genPixelMmMetricsPerHour()
657 fillAtomValues(kMmMetricsPerHourInfo, meminfo, nullptr, &values); in genPixelMmMetricsPerHour()
704 if (!fillAtomValues(kMmMetricsPerDayInfo, vmstat, &prev_day_vmstat_, &values)) { in genPixelMmMetricsPerDay()
713 if (!fillAtomValues(kMmMetricsPerDayInfo, pixel_vmstat, &prev_day_pixel_vmstat_, &values)) { in genPixelMmMetricsPerDay()
1477 fillAtomValues(metrics_info, cma_stat, &prev_cma_stat, &values); in reportCmaStatusAtom()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h147 bool fillAtomValues(const std::vector<MmMetricsInfo> &metrics_info,