Searched refs:kImpedancePath (Results 1 – 2 of 2) sorted by relevance
67 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()
100 const char *const kImpedancePath; variable