Searched refs:nowMs (Results 1 – 5 of 5) sorted by relevance
30 Duration nowMs(ClockType clockType = ClockType::kHost) override;51 inline Looper::Duration TestLooper::nowMs(ClockType clockType) { in nowMs() function55 return DefaultLooper::nowMs(clockType); in nowMs()
91 int64_t nowMs = getSteadyClockTimeMs(); in registerWithPowerStats() local92 if ((nowMs - startMs) > kMaxWaitServiceTimeMs) { in registerWithPowerStats()
70 virtual Duration nowMs(ClockType clockType = ClockType::kHost) = 0;
41 Duration nowMs(ClockType clockType = ClockType::kHost) override;
198 uint64_t nowMs = now.tv_sec * 1000 + (now.tv_nsec / 1000000); in getTimeElapsedMs() local199 return (nowMs - thenMs); in getTimeElapsedMs()