Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h187 const char *const kPcmCountPath; variable
/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp125 kPcmCountPath(sysfs_paths.PcmCountPath), in SysfsCollector()
1458 if (kPcmCountPath == nullptr) { in logPcmUsageStats()
1463 if (!ReadFileToString(kPcmCountPath, &file_contents)) { in logPcmUsageStats()
1464 ALOGD("Unable to read PCM Count path %s", kPcmCountPath); in logPcmUsageStats()