Searched refs:impedance_ohm (Results 1 – 1 of 1) sorted by relevance
374 float impedance_ohm[4]; in logSpeakerHealthStats() local417 count = sscanf(file_contents_impedance.c_str(), "%g,%g,%g,%g", &impedance_ohm[0], in logSpeakerHealthStats()418 &impedance_ohm[1], &impedance_ohm[2], &impedance_ohm[3]); in logSpeakerHealthStats()422 if (impedance_ohm[0] == 0 && impedance_ohm[1] == 0 && impedance_ohm[2] == 0 && in logSpeakerHealthStats()423 impedance_ohm[3] == 0) in logSpeakerHealthStats()444 obj[i].set_impedance(static_cast<int32_t>(impedance_ohm[i] * 1000)); in logSpeakerHealthStats()