Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h77 static const std::vector<MmMetricsInfo> kMmMetricsPerHourInfo; variable
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp54 const std::vector<MmMetricsReporter::MmMetricsInfo> MmMetricsReporter::kMmMetricsPerHourInfo = { member in android::hardware::google::pixel::MmMetricsReporter
656 fillAtomValues(kMmMetricsPerHourInfo, vmstat, &prev_hour_vmstat_, &values); in genPixelMmMetricsPerHour()
657 fillAtomValues(kMmMetricsPerHourInfo, meminfo, nullptr, &values); in genPixelMmMetricsPerHour()