Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp67 kImpedancePath(sysfs_paths.ImpedancePath), in SysfsCollector()
251 if (kImpedancePath == nullptr || strlen(kImpedancePath) == 0) { in logSpeakerImpedance()
255 if (!ReadFileToString(kImpedancePath, &file_contents)) { in logSpeakerImpedance()
256 ALOGE("Unable to read impedance path %s", kImpedancePath); in logSpeakerImpedance()
283 if (kImpedancePath == nullptr || strlen(kImpedancePath) == 0) { in logSpeakerHealthStats()
305 if (!ReadFileToString(kImpedancePath, &file_contents)) { in logSpeakerHealthStats()
306 ALOGE("Unable to read speaker impedance path %s", kImpedancePath); in logSpeakerHealthStats()
/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h100 const char *const kImpedancePath; variable