Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dend_to_end_tests.cc2623 int64_t time_until_timout_ = stop_time - now; in TEST_F() local
2624 if (time_until_timout_ > 0) in TEST_F()
2625 check_stats_event_.Wait(time_until_timout_); in TEST_F()