Home
last modified time | relevance | path

Searched defs:max_wait_duration (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/rtc_base/
Dnull_socket_server.cc23 bool NullSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
Dfirewall_socket_server.cc213 bool FirewallSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
Dphysical_socket_server.cc1255 int PhysicalSocketServer::ToCmsWait(webrtc::TimeDelta max_wait_duration) { in ToCmsWait()
1263 bool PhysicalSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
1681 bool PhysicalSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
Dnat_socket_factory.cc387 bool NATSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
Dvirtual_socket_server.cc727 bool VirtualSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
/external/webrtc/test/
Drun_loop.cc54 bool RunLoop::FakeSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
/external/webrtc/examples/peerconnection/client/linux/
Dmain.cc40 bool Wait(webrtc::TimeDelta max_wait_duration, bool process_io) override { in Wait()
/external/webrtc/test/time_controller/
Dsimulated_thread.cc27 bool Wait(TimeDelta max_wait_duration, bool process_io) override { in Wait()
/external/webrtc/test/network/
Dfake_network_socket_server.cc307 bool FakeNetworkSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()