Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h175 const char *const kIonTotalPoolsPathForLegacy; variable
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp141 kIonTotalPoolsPathForLegacy, in checkKernelMMMetricSupport()
172 kIonTotalPoolsPathForLegacy("/sys/kernel/ion/total_pools_kb"), in MmMetricsReporter()
398 if (!ReadFileToUint(getSysfsPath(kIonTotalPoolsPathForLegacy), &res) || (res == 0)) { in getIonTotalPools()