HomeSort by relevance Sort by last modified time
    Searched refs:up_time (Results 1 - 2 of 2) sorted by null

  /system/connectivity/wifilogd/
command_processor.cpp 67 const auto& up_time = since_boot_with_sleep; local
75 up_time.secs, NsecToUsec(up_time.nsecs),
  /system/update_engine/
update_attempter_android_unittest.cc 126 Time up_time = Time::FromInternalValue(21345); local
128 clock_->SetMonotonicTime(up_time);
130 TimeDelta duration_uptime = up_time - Time::FromInternalValue(12345);

Completed in 623 milliseconds