Home
last modified time | relevance | path

Searched refs:nowMs (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/testing/
DTestLooper.h30 Duration nowMs(ClockType clockType = ClockType::kHost) override;
51 inline Looper::Duration TestLooper::nowMs(ClockType clockType) { in nowMs() function
55 return DefaultLooper::nowMs(clockType); in nowMs()
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyWatcher.cpp91 int64_t nowMs = getSteadyClockTimeMs(); in registerWithPowerStats() local
92 if ((nowMs - startMs) > kMaxWaitServiceTimeMs) { in registerWithPowerStats()
/hardware/google/aemu/base/include/aemu/base/async/
DLooper.h70 virtual Duration nowMs(ClockType clockType = ClockType::kHost) = 0;
DDefaultLooper.h41 Duration nowMs(ClockType clockType = ClockType::kHost) override;
/hardware/google/pixel/powerstats/
DPowerStats.cpp198 uint64_t nowMs = now.tv_sec * 1000 + (now.tv_nsec / 1000000); in getTimeElapsedMs() local
199 return (nowMs - thenMs); in getTimeElapsedMs()