Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A Dnull_socket_server.cc23 bool NullSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
H A 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()
H A Dfirewall_socket_server.cc213 bool FirewallSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
H A Dnat_socket_factory.cc387 bool NATSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
H A Dvirtual_socket_server.cc727 bool VirtualSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
/aosp_15_r20/external/webrtc/test/
H A Drun_loop.cc54 bool RunLoop::FakeSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
/aosp_15_r20/external/webrtc/examples/peerconnection/client/linux/
H A Dmain.cc40 bool Wait(webrtc::TimeDelta max_wait_duration, bool process_io) override { in Wait()
/aosp_15_r20/external/webrtc/test/time_controller/
H A Dsimulated_thread.cc27 bool Wait(TimeDelta max_wait_duration, bool process_io) override { in Wait()
/aosp_15_r20/external/webrtc/test/network/
H A Dfake_network_socket_server.cc307 bool FakeNetworkSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()