Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h218 const char *const kPcmCountPath; variable
/aosp_15_r20/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp139 kPcmCountPath(sysfs_paths.PcmCountPath), in SysfsCollector()
1621 if (kPcmCountPath == nullptr) { in logPcmUsageStats()
1626 if (!ReadFileToString(kPcmCountPath, &file_contents)) { in logPcmUsageStats()
1627 ALOGD("Unable to read PCM Count path %s", kPcmCountPath); in logPcmUsageStats()