Searched refs:stun_port_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drawtransportchannel.cc63 stun_port_(NULL),
122 stun_port_ = NULL;
161 stun_port_ = static_cast<StunPort*>(port);
165 stun_port_->PrepareSecondaryAddress();
183 ASSERT(stun_port_ != NULL);
187 if (stun_port_->candidates().size() < 2)
192 if (stun_port_->candidates()[0].address() ==
193 stun_port_->candidates()[1].address()) {
194 SetPort(stun_port_);
214 SetPort(stun_port_);
[all...]
H A Drawtransportchannel.h97 StunPort* stun_port_; member in class:cricket::RawTransportChannel
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransportchannel.cc63 stun_port_(NULL),
130 stun_port_ = NULL;
169 stun_port_ = static_cast<StunPort*>(port);
186 ASSERT(stun_port_ != NULL);
190 if (stun_port_->candidates().size() < 2)
195 if (stun_port_->candidates()[0].address() ==
196 stun_port_->candidates()[1].address()) {
197 SetPort(stun_port_);
211 SetPort(stun_port_);
266 if (port_ != stun_port_) {
[all...]
H A Dstunport_unittest.cc64 const cricket::Port* port() const { return stun_port_.get(); }
69 stun_port_.reset(cricket::StunPort::Create(
73 stun_port_->set_stun_keepalive_delay(stun_keepalive_delay_);
74 stun_port_->SignalPortComplete.connect(this,
76 stun_port_->SignalPortError.connect(this,
85 stun_port_.reset(cricket::UDPPort::Create(
89 ASSERT_TRUE(stun_port_ != NULL);
90 stun_port_->set_server_addr(server_addr);
91 stun_port_->SignalPortComplete.connect(this,
93 stun_port_
138 talk_base::scoped_ptr<cricket::UDPPort> stun_port_; member in class:StunPortTest
[all...]
H A Drawtransportchannel.h168 StunPort* stun_port_; member in class:cricket::RawTransportChannel
/external/chromium_org/remoting/client/plugin/
H A Dpepper_port_allocator.cc61 int stun_port_; member in class:remoting::__anon10420::PepperPortAllocatorSession
93 stun_port_(0),

Completed in 144 milliseconds