Searched refs:zero_time (Results 1 – 4 of 4) sorted by relevance
159 base::TimeTicks zero_time; in GetVideoRtpTimestamp() local160 base::TimeDelta recorded_delta = time_ticks - zero_time; in GetVideoRtpTimestamp()
197 base::TimeTicks zero_time; in GetVideoRtpTimestamp() local198 base::TimeDelta recorded_delta = time_ticks - zero_time; in GetVideoRtpTimestamp()
125 Time zero_time(Time::FromTimeT(0)); in TEST_F() local126 EXPECT_EQ(0, zero_time.ToTimeT()); in TEST_F()128 EXPECT_EQ(0.0, zero_time.ToDoubleT()); in TEST_F()
916 static struct timeval zero_time; /* static == 0 */ in X11_Pending() local923 if ( select(x11_fd+1, &fdset, NULL, NULL, &zero_time) == 1 ) { in X11_Pending()