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

/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(rtc::Thread* thread, rtc::PacketSocketFactory* factory,
H A Drelayport.cc95 RelayEntry(RelayPort* port, const rtc::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;
173 RelayPort* relay_port_;
H A Drelayport_unittest.cc53 // Tests connecting a RelayPort to a fake relay server
57 // RelayPort and created sockets by listening for signals such as,
73 relay_port_(cricket::RelayPort::Create(main_, &socket_factory_,
122 // PrepareAddress is called, the RelayPort will start trying to
125 // RelayPort will consider the connection to be complete and will
158 // connection has failed, the RelayPort will attempt to connect via
161 // RelayPort will try the TCP adress and succed.
281 rtc::scoped_ptr<cricket::RelayPort> relay_port_;
H A Drawtransportchannel.cc171 relay_port_ = static_cast<RelayPort*>(port);
H A Dport_unittest.cc490 RelayPort* CreateGturnPort(const SocketAddress& addr,
492 RelayPort* port = CreateGturnPort(addr);
498 RelayPort* CreateGturnPort(const SocketAddress& addr) {
499 RelayPort* port = RelayPort::Create(main_, &socket_factory_, &network_,
2170 rtc::scoped_ptr<RelayPort> relayport(
2237 rtc::scoped_ptr<RelayPort> relayport(
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker_unittest.cc67 class FakeRelayPort : public RelayPort {
74 : RelayPort(thread, factory, network, ip, min_port, max_port,
252 virtual RelayPort* CreateRelayPort(
H A Dconnectivitychecker.h36 class RelayPort;
217 virtual RelayPort* CreateRelayPort(
H A Dconnectivitychecker.cc277 RelayPort* relay_port = reinterpret_cast<RelayPort*>(port);
396 RelayPort* ConnectivityChecker::CreateRelayPort(
399 return RelayPort::Create(worker_,
447 RelayPort* port = CreateRelayPort(username, password,
H A Dbasicportallocator.cc766 // Continuing if |udp_socket_| is NULL, as local TCP and RelayPort using TCP
1027 // TODO(mallinath) - Rename RelayPort to GTurnPort.
1028 RelayPort* port = RelayPort::Create(session_->network_thread(),
1035 // Since RelayPort is not created using shared socket, |port| will not be

Completed in 784 milliseconds