Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp376 int32_t up_time = 0, down_time = 0, crash_count = 0, recover_count = 0; in logSpeechDspStat() local
377 if (sscanf(file_contents.c_str(), "%d,%d,%d,%d", &up_time, &down_time, &crash_count, in logSpeechDspStat()
383 ALOGD("SpeechDSP uptime %d downtime %d crashcount %d recovercount %d", up_time, down_time, in logSpeechDspStat()
387 dsp_stat.set_total_downtime_millis(down_time); in logSpeechDspStat()