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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnport_unittest.cc245 udp_port_.reset(UDPPort::Create(main_, &socket_factory_, &network_,
250 udp_port_->SetIceProtocolType(cricket::ICEPROTO_RFC5245);
251 udp_port_->SetIceRole(cricket::ICEROLE_CONTROLLED);
252 udp_port_->SignalPortComplete.connect(
262 udp_port_->PrepareAddress();
266 Connection* conn1 = udp_port_->CreateConnection(
277 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE);
297 udp_port_->PrepareAddress();
301 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE);
302 Connection* conn2 = udp_port_
347 rtc::scoped_ptr<UDPPort> udp_port_; member in class:TurnPortTest
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc162 UDPPort* udp_port_; member in class:cricket::AllocationSequence
745 udp_port_(NULL),
773 udp_port_ = NULL;
920 udp_port_ = port;
1117 if (udp_port_) {
1118 const ServerAddresses& stun_servers = udp_port_->server_addresses();
1124 udp_port_->HandleIncomingPacket(
1131 if (udp_port_ == port) {
1132 udp_port_ = NULL;

Completed in 87 milliseconds