Home
last modified time | relevance | path

Searched refs:TimerNow (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dtiming.cc67 double Timing::TimerNow() { in TimerNow() function in rtc::Timing
72 double start_time = TimerNow(); in BusyWait()
73 while (TimerNow() - start_time < period) { in BusyWait()
75 return TimerNow() - start_time; in BusyWait()
79 double start_time = TimerNow(); in IdleWait()
110 return TimerNow() - start_time; in IdleWait()
Dtiming.h36 virtual double TimerNow();
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host_throttler.cc35 double now = timing_->TimerNow(); in DropNextPacket()
Dsocket_host_udp_unittest.cc32 virtual double TimerNow() OVERRIDE { return now_; } in TimerNow() function in __anona747b2c40111::FakeTiming
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocapturer.cc148 previous_frame_time_ = frame_length_time_reporter_.TimerNow(); in StartCapturing()
732 double time_now = frame_length_time_reporter_.TimerNow(); in UpdateStats()
Drtpdataengine.cc341 double now = timing_->TimerNow(); in SendData()
Drtpdataengine_unittest.cc45 virtual double TimerNow() { in TimerNow() function in FakeTiming