HomeSort by relevance Sort by last modified time
    Searched refs:GetConnection (Results 1 - 9 of 9) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
udpport.cc 110 if (Connection* conn = GetConnection(remote_addr)) {
relayserver.h 84 talk_base::SocketAddressPair GetConnection(int connection) const;
stunport.cc 219 if (Connection* conn = GetConnection(remote_addr)) {
tcpport.cc 113 if (TCPConnection * conn = static_cast<TCPConnection*>(GetConnection(addr))) {
port.h 144 Connection* GetConnection(const talk_base::SocketAddress& remote_addr);
port.cc 163 Connection* Port::GetConnection(const talk_base::SocketAddress& remote_addr) {
364 Connection* conn = GetConnection(addr);
p2ptransportchannel.cc 410 Connection* connection = port->GetConnection(remote_candidate.address());
    [all...]
relayport.cc 366 if (Connection* conn = GetConnection(remote_addr)) {
relayserver.cc 166 talk_base::SocketAddressPair RelayServer::GetConnection(int connection) const {

Completed in 209 milliseconds