Searched refs:fillAtomValues (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | MmMetricsReporter.cpp | 213 void MmMetricsReporter::fillAtomValues(const std::vector<MmMetricsInfo> &metrics_info, in fillAtomValues() function in android::hardware::google::pixel::MmMetricsReporter 270 fillAtomValues(kMmMetricsPerHourInfo, vmstat, &prev_hour_vmstat_, &values); in logPixelMmMetricsPerHour() 305 fillAtomValues(kMmMetricsPerDayInfo, vmstat, &prev_day_vmstat_, &values); in logPixelMmMetricsPerDay() 309 fillAtomValues(kMmMetricsPerDayInfo, pixel_vmstat, &prev_day_pixel_vmstat_, &values); in logPixelMmMetricsPerDay() 494 fillAtomValues(metrics_info, cma_stat, &prev_cma_stat, &values); in reportCmaStatusAtom()
|
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | MmMetricsReporter.h | 72 void fillAtomValues(const std::vector<MmMetricsInfo> &metrics_info,
|