Searched refs:TimerNow (Results 1 – 7 of 7) sorted by relevance
67 double Timing::TimerNow() { in TimerNow() function in rtc::Timing72 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()
36 virtual double TimerNow();
35 double now = timing_->TimerNow(); in DropNextPacket()
32 virtual double TimerNow() OVERRIDE { return now_; } in TimerNow() function in __anona747b2c40111::FakeTiming
148 previous_frame_time_ = frame_length_time_reporter_.TimerNow(); in StartCapturing()732 double time_now = frame_length_time_reporter_.TimerNow(); in UpdateStats()
341 double now = timing_->TimerNow(); in SendData()
45 virtual double TimerNow() { in TimerNow() function in FakeTiming