Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp269 VendorSpeakerImpedance right_obj; in logSpeakerImpedance() local
270 right_obj.set_speaker_location(1); in logSpeakerImpedance()
271 right_obj.set_impedance(static_cast<int32_t>(right * 1000)); in logSpeakerImpedance()
274 reportSpeakerImpedance(stats_client, right_obj); in logSpeakerImpedance()
351 VendorSpeakerStatsReported right_obj; in logSpeakerHealthStats() local
352 right_obj.set_speaker_location(1); in logSpeakerHealthStats()
353 right_obj.set_impedance(static_cast<int32_t>(right_impedance_ohm * 1000)); in logSpeakerHealthStats()
354 right_obj.set_max_temperature(static_cast<int32_t>(right_temperature_C * 1000)); in logSpeakerHealthStats()
355 right_obj.set_excursion(static_cast<int32_t>(right_excursion_mm * 1000)); in logSpeakerHealthStats()
356 right_obj.set_heartbeat(static_cast<int32_t>(right_heartbeat)); in logSpeakerHealthStats()
[all …]