Searched refs:GetConnection (Results 1 - 11 of 11) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dudpport.cc110 if (Connection* conn = GetConnection(remote_addr)) {
H A Drelayserver.h84 talk_base::SocketAddressPair GetConnection(int connection) const;
H A Dstunport.cc219 if (Connection* conn = GetConnection(remote_addr)) {
H A Dtcpport.cc113 if (TCPConnection * conn = static_cast<TCPConnection*>(GetConnection(addr))) {
H A Dport.h144 Connection* GetConnection(const talk_base::SocketAddress& remote_addr);
H A Dport.cc163 Connection* Port::GetConnection(const talk_base::SocketAddress& remote_addr) { function in class:cricket::Port
364 Connection* conn = GetConnection(addr);
H A Dp2ptransportchannel.cc410 Connection* connection = port->GetConnection(remote_candidate.address());
H A Drelayport.cc366 if (Connection* conn = GetConnection(remote_addr)) {
H A Drelayserver.cc166 talk_base::SocketAddressPair RelayServer::GetConnection(int connection) const { function in class:cricket::RelayServer
/external/stressapptest/src/
H A Dworker.h542 virtual bool GetConnection(int *pnewsock);
H A Dworker.cc2100 bool NetworkListenThread::GetConnection(int *pnewsock) { function in class:NetworkListenThread
2337 if (GetConnection(&newsock)) {

Completed in 421 milliseconds