Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp324 float left_excursion_mm, right_excursion_mm; in logSpeakerHealthStats() local
329 if (sscanf(file_contents.c_str(), "%g,%g", &left_excursion_mm, &right_excursion_mm) != 2) { in logSpeakerHealthStats()
355 right_obj.set_excursion(static_cast<int32_t>(right_excursion_mm * 1000)); in logSpeakerHealthStats()