Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp107 bool MmMetricsReporter::ReadFileToUint(const char *const path, uint64_t *val) { in ReadFileToUint() function in android::hardware::google::pixel::MmMetricsReporter
175 if (!ReadFileToUint(kIonTotalPoolsPathForLegacy, &res) || (res == 0)) { in getIonTotalPools()
176 if (!ReadFileToUint(kIonTotalPoolsPath, &res)) { in getIonTotalPools()
190 if (!ReadFileToUint(kGpuTotalPages, &gpu_size)) { in getGpuMemory()
449 if (!ReadFileToUint(path.c_str(), &file_contents)) in readCmaStat()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h66 bool ReadFileToUint(const char *const path, uint64_t *val);