Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp385 VendorSpeechDspStat dsp_stat; in logSpeechDspStat() local
386 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()