Searched refs:up_time (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/update_engine/aosp/ |
H A D | update_attempter_android_unittest.cc | 137 Time up_time = Time::FromInternalValue(21345); in TEST_F() local 139 clock_->SetMonotonicTime(up_time); in TEST_F() 141 TimeDelta duration_uptime = up_time - Time::FromInternalValue(12345); in TEST_F()
|
/aosp12/hardware/google/pixel/pixelstats/ |
H A 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()
|