Home
last modified time | relevance | path

Searched refs:TCPConnection (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtcpport.cc83 TCPConnection* conn = NULL; in CreateConnection()
87 conn = new TCPConnection(this, address, socket); in CreateConnection()
89 conn = new TCPConnection(this, address); in CreateConnection()
113 if (TCPConnection * conn = static_cast<TCPConnection*>(GetConnection(addr))) { in SendTo()
181 TCPConnection::TCPConnection(TCPPort* port, const Candidate& candidate, in TCPConnection() function in cricket::TCPConnection
197 socket_->SignalConnect.connect(this, &TCPConnection::OnConnect); in TCPConnection()
208 socket_->SignalReadPacket.connect(this, &TCPConnection::OnReadPacket); in TCPConnection()
209 socket_->SignalClose.connect(this, &TCPConnection::OnClose); in TCPConnection()
213 TCPConnection::~TCPConnection() { in ~TCPConnection()
217 int TCPConnection::Send(const void* data, size_t size) { in Send()
[all …]
Dtcpport.h38 class TCPConnection; variable
111 friend class TCPConnection; variable
114 class TCPConnection : public Connection {
117 TCPConnection(TCPPort* port, const Candidate& candidate,
119 virtual ~TCPConnection();