Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp303 float left_impedance_ohm, right_impedance_ohm; in logSpeakerHealthStats() local
309 if (sscanf(file_contents.c_str(), "%g,%g", &left_impedance_ohm, &right_impedance_ohm) != 2) { in logSpeakerHealthStats()
353 right_obj.set_impedance(static_cast<int32_t>(right_impedance_ohm * 1000)); in logSpeakerHealthStats()