Searched refs:RelayPort (Results 1 - 15 of 15) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.h51 class RelayPort : public Port { class in namespace:cricket
55 // RelayPort doesn't yet do anything fancy in the ctor.
56 static RelayPort* Create(
61 return new RelayPort(thread, factory, network, ip, min_port, max_port,
64 virtual ~RelayPort();
87 RelayPort(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory,
H A Drelayport.cc95 RelayEntry(RelayPort* port, const talk_base::SocketAddress& ext_addr);
98 RelayPort* port() { return port_; }
145 RelayPort* port_;
188 RelayPort::RelayPort( function in class:cricket::RelayPort
206 RelayPort::~RelayPort() {
212 void RelayPort::AddServerAddress(const ProtocolAddress& addr) {
224 void RelayPort::AddExternalAddress(const ProtocolAddress& addr) {
237 void RelayPort
[all...]
H A Drawtransportchannel.h49 class RelayPort;
98 RelayPort* relay_port_;
H A Drawtransportchannel.cc168 relay_port_ = static_cast<RelayPort*>(port);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.h50 class RelayPort : public Port { class in namespace:cricket
54 // RelayPort doesn't yet do anything fancy in the ctor.
55 static RelayPort* Create(
60 return new RelayPort(thread, factory, network, ip, min_port, max_port,
63 virtual ~RelayPort();
86 RelayPort(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory,
H A Drelayport.cc95 RelayEntry(RelayPort* port, const talk_base::SocketAddress& ext_addr);
98 RelayPort* port() { return port_; }
146 RelayPort* port_;
192 RelayPort::RelayPort( function in class:cricket::RelayPort
206 RelayPort::~RelayPort() {
212 void RelayPort::AddServerAddress(const ProtocolAddress& addr) {
224 void RelayPort::AddExternalAddress(const ProtocolAddress& addr) {
237 void RelayPort
[all...]
H A Drawtransportchannel.h50 class RelayPort;
169 RelayPort* relay_port_;
H A Drelayport_unittest.cc52 // Tests connecting a RelayPort to a fake relay server
56 // RelayPort and created sockets by listening for signals such as,
72 relay_port_(cricket::RelayPort::Create(main_, &socket_factory_,
117 // PrepareAddress is called, the RelayPort will start trying to
120 // RelayPort will consider the connection to be complete and will
153 // connection has failed, the RelayPort will attempt to connect via
156 // RelayPort will try the TCP adress and succed.
276 talk_base::scoped_ptr<cricket::RelayPort> relay_port_;
H A Drawtransportchannel.cc171 relay_port_ = static_cast<RelayPort*>(port);
H A Dport_unittest.cc466 RelayPort* CreateGturnPort(const SocketAddress& addr,
468 RelayPort* port = CreateGturnPort(addr);
474 RelayPort* CreateGturnPort(const SocketAddress& addr) {
475 RelayPort* port = RelayPort::Create(main_, &socket_factory_, &network_,
2016 talk_base::scoped_ptr<RelayPort> relayport(
2064 talk_base::scoped_ptr<RelayPort> relayport(
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker_unittest.cc45 class FakeRelayPort : public RelayPort {
52 : RelayPort(thread, factory, network, ip, min_port, max_port,
222 virtual RelayPort* CreateRelayPort(
H A Dconnectivitychecker.h36 class RelayPort;
217 virtual RelayPort* CreateRelayPort(
H A Dconnectivitychecker.cc252 RelayPort* relay_port = reinterpret_cast<RelayPort*>(port);
345 RelayPort* ConnectivityChecker::CreateRelayPort(
348 return RelayPort::Create(worker_, socket_factory_.get(),
385 RelayPort* port = CreateRelayPort(username, password,
H A Dbasicportallocator.cc734 // Continuing if |udp_socket_| is NULL, as local TCP and RelayPort using TCP
979 // TODO(mallinath) - Rename RelayPort to GTurnPort.
980 RelayPort* port = RelayPort::Create(session_->network_thread(),
987 // Since RelayPort is not created using shared socket, |port| will not be
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc734 RelayPort* port = RelayPort::Create(session_->network_thread(),

Completed in 265 milliseconds