Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h219 const char *const kTotalCallCountPath; variable
/aosp_15_r20/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp140 kTotalCallCountPath(sysfs_paths.TotalCallCountPath), in SysfsCollector()
1283 if (kTotalCallCountPath == nullptr) { in logVendorAudioHardwareStats()
1286 if (!ReadFileToString(kTotalCallCountPath, &file_contents)) { in logVendorAudioHardwareStats()
1287 ALOGD("Unable to read total call path %s", kTotalCallCountPath); in logVendorAudioHardwareStats()