Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp496 VendorSpeechDspStat dsp_stat; in logSpeechDspStat() local
497 dsp_stat.set_total_uptime_millis(up_time); in logSpeechDspStat()
498 dsp_stat.set_total_downtime_millis(down_time); in logSpeechDspStat()
499 dsp_stat.set_total_crash_count(crash_count); in logSpeechDspStat()
500 dsp_stat.set_total_recover_count(recover_count); in logSpeechDspStat()
502 reportSpeechDspStat(stats_client, dsp_stat); in logSpeechDspStat()