Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp137 kPixelStatMm, in checkKernelMMMetricSupport()
176 kPixelStatMm("/sys/kernel/pixel_stat/mm"), in MmMetricsReporter()
712 getSysfsPath(android::base::StringPrintf("%s/vmstat", kPixelStatMm).c_str())); in genPixelMmMetricsPerDay()
885 std::string path = android::base::StringPrintf("%s/cma/%s/%s", kPixelStatMm, in readCmaStat()
1500 std::string cma_root = android::base::StringPrintf("%s/cma", kPixelStatMm); in logCmaStatus()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h179 const char *const kPixelStatMm; variable