Lines Matching refs:intValue

65     tmp.set<VendorAtomValue::intValue>(speakerImpedance.speaker_location());  in reportSpeakerImpedance()
67 tmp.set<VendorAtomValue::intValue>(speakerImpedance.impedance()); in reportSpeakerImpedance()
84 tmp.set<VendorAtomValue::intValue>(speakerHealthStat.speaker_location()); in reportSpeakerHealthStat()
86 tmp.set<VendorAtomValue::intValue>(speakerHealthStat.impedance()); in reportSpeakerHealthStat()
88 tmp.set<VendorAtomValue::intValue>(speakerHealthStat.max_temperature()); in reportSpeakerHealthStat()
90 tmp.set<VendorAtomValue::intValue>(speakerHealthStat.excursion()); in reportSpeakerHealthStat()
92 tmp.set<VendorAtomValue::intValue>(speakerHealthStat.heartbeat()); in reportSpeakerHealthStat()
109 tmp.set<VendorAtomValue::intValue>(slowIo.operation()); in reportSlowIo()
111 tmp.set<VendorAtomValue::intValue>(slowIo.count()); in reportSlowIo()
131 tmp.set<VendorAtomValue::intValue>(chargeCycles[bucketIdx]); in reportChargeCycles()
149 tmp.set<VendorAtomValue::intValue>(failure.hardware_type()); in reportHardwareFailed()
151 tmp.set<VendorAtomValue::intValue>(failure.hardware_location()); in reportHardwareFailed()
153 tmp.set<VendorAtomValue::intValue>(failure.failure_code()); in reportHardwareFailed()
170 tmp.set<VendorAtomValue::intValue>(dsp_stats.total_uptime_millis()); in reportSpeechDspStat()
172 tmp.set<VendorAtomValue::intValue>(dsp_stats.total_downtime_millis()); in reportSpeechDspStat()
174 tmp.set<VendorAtomValue::intValue>(dsp_stats.total_crash_count()); in reportSpeechDspStat()
176 tmp.set<VendorAtomValue::intValue>(dsp_stats.total_recover_count()); in reportSpeechDspStat()
193 tmp.set<VendorAtomValue::intValue>(overheat_info.plug_temperature_deci_c()); in reportUsbPortOverheat()
195 tmp.set<VendorAtomValue::intValue>(overheat_info.max_temperature_deci_c()); in reportUsbPortOverheat()
197 tmp.set<VendorAtomValue::intValue>(overheat_info.time_to_overheat_secs()); in reportUsbPortOverheat()
199 tmp.set<VendorAtomValue::intValue>(overheat_info.time_to_hysteresis_secs()); in reportUsbPortOverheat()
201 tmp.set<VendorAtomValue::intValue>(overheat_info.time_to_inactive_secs()); in reportUsbPortOverheat()
218 tmp.set<VendorAtomValue::intValue>(usb_data_event.usb_role()); in reportUsbDataSessionEvent()