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

  /system/connectivity/shill/net/
event_history.cc 68 timersub(&now.boottime, &events_.front().boottime, &elapsed);
76 << "Invalid clock type specified - defaulting to boottime clock";
77 timersub(&now.boottime, &events_.front().boottime, &elapsed);
97 timersub(&now.boottime, &event.boottime, &elapsed);
105 << "Invalid clock type specified - defaulting to boottime clock";
106 timersub(&now.boottime, &event.boottime, &elapsed)
    [all...]
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rstat.x 75 rstat_timeval boottime;
94 rstat_timeval boottime;
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.x 75 rstat_timeval boottime;
94 rstat_timeval boottime;
rstat.h 47 rstat_timeval boottime; member in struct:statstime
67 rstat_timeval boottime; member in struct:statsswtch
  /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));
  /external/selinux/sepolgen/src/sepolgen/
audit.py 43 boottime = time.strftime("%X", s)
44 output = subprocess.Popen(["/sbin/ausearch", "-m", "AVC,USER_AVC,MAC_POLICY_LOAD,DAEMON_START,SELINUX_ERR", "-ts", bootdate, boottime],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
audit.py 43 boottime = time.strftime("%X", s)
44 output = subprocess.Popen(["/sbin/ausearch", "-m", "AVC,USER_AVC,MAC_POLICY_LOAD,DAEMON_START,SELINUX_ERR", "-ts", bootdate, boottime],
  /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...]

Completed in 617 milliseconds