Searched refs:_test_done (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/site_tests/video_WebRtcSanity/ |
D | video_WebRtcSanity.py | 45 def _test_done(): function 51 _test_done, timeout=timeout_secs, sleep_interval=1,
|
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/ |
D | audio_WebRtcAudioLoopback.py | 62 def _test_done(): function 68 _test_done, timeout=timeout_secs, sleep_interval=1,
|
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/ |
D | video_WebRtcPeerConnectionWithCamera.py | 79 def _test_done(): function 85 _test_done, timeout=timeout_secs, sleep_interval=1,
|
/external/autotest/client/site_tests/video_WebRtcCamera/ |
D | video_WebRtcCamera.py | 105 def _test_done(): function 109 _test_done, timeout=timeout_secs, sleep_interval=1,
|
/external/autotest/client/common_lib/cros/ |
D | test_webrtc_peer_connection.py | 104 def _test_done(self): member in WebRtcPeerConnectionTest 129 while not self._test_done():
|