Searched refs:dsp_stat (Results 1 – 1 of 1) sorted by relevance
385 VendorSpeechDspStat dsp_stat; in logSpeechDspStat() local386 dsp_stat.set_total_uptime_millis(up_time); in logSpeechDspStat()387 dsp_stat.set_total_downtime_millis(down_time); in logSpeechDspStat()388 dsp_stat.set_total_crash_count(crash_count); in logSpeechDspStat()389 dsp_stat.set_total_recover_count(recover_count); in logSpeechDspStat()391 reportSpeechDspStat(stats_client, dsp_stat); in logSpeechDspStat()