Searched refs:Clock (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/common/ |
D | clock.h | 25 class Clock : public ClockInterface { 27 Clock() = default; 34 DISALLOW_COPY_AND_ASSIGN(Clock);
|
D | clock.cc | 23 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/ |
D | mutex.h | 1700 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/ |
D | update_attempter_android.cc | 172 clock_(new Clock()), in UpdateAttempterAndroid()
|