Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h188 const char *const kTotalCallCountPath; variable
/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp126 kTotalCallCountPath(sysfs_paths.TotalCallCountPath) {} in SysfsCollector()
1120 if (kTotalCallCountPath == nullptr) { in logVendorAudioHardwareStats()
1123 if (!ReadFileToString(kTotalCallCountPath, &file_contents)) { in logVendorAudioHardwareStats()
1124 ALOGD("Unable to read total call path %s", kTotalCallCountPath); in logVendorAudioHardwareStats()