Home
last modified time | relevance | path

Searched refs:DurationNs (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/testing/
DTestLooper.h31 DurationNs nowNs(ClockType clockType = ClockType::kHost) override;
33 void setVirtualTimeNs(DurationNs timeNs);
48 DurationNs mVirtualTimeNs = 0;
59 inline Looper::DurationNs TestLooper::nowNs(ClockType clockType) { in nowNs()
67 inline void TestLooper::setVirtualTimeNs(DurationNs timeNs) { in setVirtualTimeNs()
/hardware/google/aemu/base/include/aemu/base/async/
DLooper.h45 typedef uint64_t DurationNs; typedef
71 virtual DurationNs nowNs(ClockType clockType = ClockType::kHost) = 0;
DDefaultLooper.h43 DurationNs nowNs(ClockType clockType = ClockType::kHost) override;