Home
last modified time | relevance | path

Searched refs:Clock (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dclock.h25 class Clock : public ClockInterface {
27 Clock() = default;
34 DISALLOW_COPY_AND_ASSIGN(Clock);
Dclock.cc23 base::Time Clock::GetWallclockTime() const { in GetWallclockTime()
27 base::Time Clock::GetMonotonicTime() const { in GetMonotonicTime()
43 base::Time Clock::GetBootTime() const { in GetBootTime()
/system/media/audio_utils/include/audio_utils/
Dmutex.h1700 template<class Clock, class Duration>
1701 bool try_lock_until(const std::chrono::time_point<Clock,Duration>& timeout_time) in try_lock_until() argument
1778 template<typename Clock, typename Duration>
1780 const std::chrono::time_point<Clock, Duration>& timeout_time,
1786 template<typename Clock, typename Duration, typename Predicate>
1788 const std::chrono::time_point<Clock, Duration>& timeout_time,
/system/update_engine/aosp/
Dupdate_attempter_android.cc172 clock_(new Clock()), in UpdateAttempterAndroid()