Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h89 const char *const kIonTotalPoolsPath; variable
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp102 kIonTotalPoolsPath("/sys/kernel/dma_heap/total_pools_kb"), in MmMetricsReporter()
176 if (!ReadFileToUint(kIonTotalPoolsPath, &res)) { in getIonTotalPools()