/system/connectivity/shill/net/ |
shill_time.h | 31 // Timestamp encapsulates a |monotonic| and a |boottime| clock that can be used 35 // suspend, while boottime clock does include any time that the system is 43 boottime(in_boottime), 47 struct timeval boottime; member in struct:shill::Timestamp
|
event_history_unittest.cc | 88 struct timeval boottime = {.tv_sec = boottime_seconds, .tv_usec = 0}; local 89 return Timestamp(monotonic, boottime, wall_clock); 111 EXPECT_EQ(kTime1, GetEvents()->back().boottime.tv_sec); 117 EXPECT_EQ(kTime2, GetEvents()->back().boottime.tv_sec); 132 EXPECT_EQ(kTime1, GetEvents()->back().boottime.tv_sec); 139 EXPECT_EQ(kTime2, GetEvents()->back().boottime.tv_sec); 154 EXPECT_EQ(kTimeEarly, GetEvents()->front().boottime.tv_sec); 159 EXPECT_EQ(kTimeEarly, GetEvents()->front().boottime.tv_sec); 161 EXPECT_EQ(kTimeLate, GetEvents()->back().boottime.tv_sec); 170 EXPECT_EQ(kTimeLate, GetEvents()->front().boottime.tv_sec) [all...] |
/external/libchrome/base/time/ |
time_mac.cc | 34 struct timeval boottime; local 36 size_t size = sizeof(boottime); 37 int kr = sysctl(mib, arraysize(mib), &boottime, &size, NULL, 0); 40 (base::Time::FromTimeT(boottime.tv_sec) + 41 base::TimeDelta::FromMicroseconds(boottime.tv_usec));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
rstat.h | 47 rstat_timeval boottime; member in struct:statstime 67 rstat_timeval boottime; member in struct:statsswtch
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
rstat.h | 47 rstat_timeval boottime; member in struct:statstime 67 rstat_timeval boottime; member in struct:statsswtch
|
/system/connectivity/shill/ |
service_unittest.cc | 162 struct timeval boottime = { .tv_sec = boottime_seconds, .tv_usec = 0 }; local 163 return Timestamp(monotonic, boottime, wall_clock); [all...] |
/system/connectivity/shill/wifi/ |
wake_on_wifi_unittest.cc | 1034 struct timeval boottime = {.tv_sec = boottime_seconds, .tv_usec = 0}; local [all...] |