Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h90 const char *const kIonTotalPoolsPathForLegacy; variable
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp103 kIonTotalPoolsPathForLegacy("/sys/kernel/ion/total_pools_kb"), in MmMetricsReporter()
175 if (!ReadFileToUint(kIonTotalPoolsPathForLegacy, &res) || (res == 0)) { in getIonTotalPools()