Searched defs:max_wait_duration (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | null_socket_server.cc | 23 bool NullSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
|
H A D | physical_socket_server.cc | 1255 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 D | firewall_socket_server.cc | 213 bool FirewallSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
|
H A D | nat_socket_factory.cc | 387 bool NATSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
|
H A D | virtual_socket_server.cc | 727 bool VirtualSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
|
/aosp_15_r20/external/webrtc/test/ |
H A D | run_loop.cc | 54 bool RunLoop::FakeSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
|
/aosp_15_r20/external/webrtc/examples/peerconnection/client/linux/ |
H A D | main.cc | 40 bool Wait(webrtc::TimeDelta max_wait_duration, bool process_io) override { in Wait()
|
/aosp_15_r20/external/webrtc/test/time_controller/ |
H A D | simulated_thread.cc | 27 bool Wait(TimeDelta max_wait_duration, bool process_io) override { in Wait()
|
/aosp_15_r20/external/webrtc/test/network/ |
H A D | fake_network_socket_server.cc | 307 bool FakeNetworkSocketServer::Wait(webrtc::TimeDelta max_wait_duration, in Wait()
|