Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dtime_utils.h58 RTC_EXPORT ClockInterface* GetClockForTesting();
Dtime_utils.cc44 ClockInterface* GetClockForTesting() { in GetClockForTesting() function
Dthread.cc1059 RTC_DCHECK(GetClockForTesting() == nullptr || cmsLoop == 0 || in PreRun()