Searched refs:uptime (Results 1 – 1 of 1) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | SysfsCollector.cpp | 231 int32_t uptime = 0, downtime = 0, crashcount = 0, recovercount = 0; in logSpeechDspStat() local 232 if (sscanf(file_contents.c_str(), "%d,%d,%d,%d", &uptime, &downtime, &crashcount, in logSpeechDspStat() 238 ALOGD("SpeechDSP uptime %d downtime %d crashcount %d recovercount %d", uptime, downtime, in logSpeechDspStat() 240 SpeechDspStat dspstat = {.totalUptimeMillis = uptime, in logSpeechDspStat()
|