Searched refs:left_impedance_ohm (Results 1 – 1 of 1) sorted by relevance
303 float left_impedance_ohm, right_impedance_ohm; in logSpeakerHealthStats() local309 if (sscanf(file_contents.c_str(), "%g,%g", &left_impedance_ohm, &right_impedance_ohm) != 2) { in logSpeakerHealthStats()346 left_obj.set_impedance(static_cast<int32_t>(left_impedance_ohm * 1000)); in logSpeakerHealthStats()