Home
last modified time | relevance | path

Searched defs:SystemClock (Results 1 – 3 of 3) 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
118 // 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/library/core/src/main/java/com/google/android/exoplayer2/util/
DSystemClock.java26 /* package */ final class SystemClock implements Clock { class