HomeSort by relevance Sort by last modified time
    Searched defs:TCPConnection (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/p2p/base/
tcpport.h 21 class TCPConnection;
115 friend class TCPConnection;
118 class TCPConnection : public Connection {
121 TCPConnection(TCPPort* port, const Candidate& candidate,
123 ~TCPConnection() override;
tcpport.cc 157 TCPConnection* conn = NULL;
161 conn = new TCPConnection(this, address, socket);
163 conn = new TCPConnection(this, address);
200 TCPConnection* conn = static_cast<TCPConnection*>(GetConnection(addr));
203 // WRITABLE. It has to send through the socket directly as TCPConnection::Send
306 TCPConnection::TCPConnection(TCPPort* port,
328 TCPConnection::~TCPConnection() {
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/tsproxy/
tsproxy.py 191 class TCPConnection(asyncore.dispatcher):
463 connections[self.client_id]['server'] = TCPConnection(self.client_id)

Completed in 118 milliseconds