Searched refs:ReadFileToUint (Results 1 – 2 of 2) sorted by relevance
107 bool MmMetricsReporter::ReadFileToUint(const char *const path, uint64_t *val) { in ReadFileToUint() function in android::hardware::google::pixel::MmMetricsReporter175 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()
66 bool ReadFileToUint(const char *const path, uint64_t *val);