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

  /external/webrtc/webrtc/base/
virtualsocketserver.h 143 void AddConnection(const SocketAddress& client,
virtualsocketserver.cc 464 server_->AddConnection(remote_addr_, local_addr_, this);
692 void VirtualSocketServer::AddConnection(const SocketAddress& local,
    [all...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 217 void AddConnection(Connection* connection);
relayserver.cc 282 AddConnection(ext_conn);
378 AddConnection(int_conn);
477 AddConnection(ext_conn);
509 void RelayServer::AddConnection(RelayServerConnection* conn) {
relayserver.h 114 void AddConnection(RelayServerConnection* conn);
p2ptransportchannel.cc 261 void P2PTransportChannel::AddConnection(Connection* connection) {
623 AddConnection(connection);
796 AddConnection(connection);
    [all...]
port.h 320 void AddConnection(Connection* conn);
stunport.cc 271 AddConnection(conn);
tcpport.cc 165 AddConnection(conn);
relayport.cc 305 AddConnection(conn);
port.cc 264 void Port::AddConnection(Connection* conn) {
    [all...]
turnport.cc 465 AddConnection(conn);
    [all...]
port_unittest.cc 165 AddConnection(conn);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h 800 virtual DWORD WINAPI AddConnection(DWORD extconn,DWORD reserved) = 0;
    [all...]

Completed in 731 milliseconds