Searched refs:up_time (Results 1 – 1 of 1) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | SysfsCollector.cpp | 376 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() 386 dsp_stat.set_total_uptime_millis(up_time); in logSpeechDspStat()
|