Home
last modified time | relevance | path

Searched defs:SystemClock (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_chrono/public/pw_chrono/
Dsystem_clock.h74 struct SystemClock { struct
80 using time_point = std::chrono::time_point<SystemClock>; argument
82 static constexpr Epoch epoch = backend::kSystemClockEpoch; argument
92 static constexpr bool is_free_running = backend::kSystemClockFreeRunning; argument
102 static constexpr bool is_nmi_safe = backend::kSystemClockNmiSafe; argument
106 return time_point(duration(backend::GetSystemClockTickCount())); in now() argument
130 // An abstract interface representing a SystemClock. argument
/external/pigweed/pw_chrono/
Dsystem_clock_facade_test.cc49 TEST(SystemClock, Now) { in TEST() argument
76 TEST(SystemClock, NowInC) { in TEST() argument
91 TEST(SystemClock, TimeElapsedInC) { in TEST() argument
98 TEST(SystemClock, DurationCastInC) { in TEST() argument
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DSystemClock.java27 public class SystemClock implements Clock { class
29 protected SystemClock() {} in SystemClock() method in SystemClock
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DSystemClock.java27 public class SystemClock implements Clock { class
29 protected SystemClock() {} in SystemClock() method in SystemClock
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DSystemClock.java26 /* package */ final class SystemClock implements Clock { class