Searched refs:TestUDPPort (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/client/
H A Dfakeportallocator.h27 class TestUDPPort : public UDPPort { class in namespace:cricket
29 static TestUDPPort* Create(rtc::Thread* thread,
39 TestUDPPort* port = new TestUDPPort(thread, factory, network, ip, min_port,
59 TestUDPPort(rtc::Thread* thread, function in class:cricket::TestUDPPort
104 port_.reset(TestUDPPort::Create(worker_thread_, factory_, &network_,
/external/webrtc/webrtc/p2p/base/
H A Dp2ptransportchannel_unittest.cc2070 cricket::TestUDPPort* port = static_cast<cricket::TestUDPPort*>(GetPort(&ch));

Completed in 154 milliseconds