Searched refs:OnReadEvent (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.cc36 &AsyncSocketAdapter::OnReadEvent);
H A Dsocketstream.h44 void OnReadEvent(AsyncSocket* socket);
H A Dasyncudpsocket.cc45 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent);
96 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) { function in class:rtc::AsyncUDPSocket
H A Dsocketstream.cc29 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent);
105 void SocketStream::OnReadEvent(AsyncSocket* socket) { function in class:rtc::SocketStream
H A Dasyncudpsocket.h52 void OnReadEvent(AsyncSocket* socket);
H A Dautodetectproxy.h72 void OnReadEvent(AsyncSocket * socket);
H A Dopenssladapter.h44 virtual void OnReadEvent(AsyncSocket* socket);
H A Dschanneladapter.h43 virtual void OnReadEvent(AsyncSocket* socket);
H A Dasynctcpsocket.h66 void OnReadEvent(AsyncSocket* socket);
H A Dhttpserver.h126 void OnReadEvent(AsyncSocket* socket);
H A Dtestutils.h77 socket->SignalReadEvent.connect(this, &StreamSink::OnReadEvent);
109 void OnReadEvent(AsyncSocket* socket) { function in class:testing::StreamSink
331 socket_->SignalReadEvent.connect(this, &SocketTestClient::OnReadEvent);
357 void OnReadEvent(AsyncSocket* socket) { function in class:testing::SocketTestClient
387 socket_->SignalReadEvent.connect(this, &SocketTestServer::OnReadEvent);
407 void OnReadEvent(AsyncSocket* socket) { function in class:testing::SocketTestServer
H A Dasyncsocket.h109 virtual void OnReadEvent(AsyncSocket* socket) { function in class:rtc::AsyncSocketAdapter
H A Dasynctcpsocket.cc65 socket_->SignalReadEvent.connect(this, &AsyncTCPSocketBase::OnReadEvent);
177 void AsyncTCPSocketBase::OnReadEvent(AsyncSocket* socket) { function in class:rtc::AsyncTCPSocketBase
H A Dautodetectproxy.cc193 socket_->SignalReadEvent.connect(this, &AutoDetectProxy::OnReadEvent);
242 void AutoDetectProxy::OnReadEvent(AsyncSocket * socket) { function in class:rtc::AutoDetectProxy
H A Dhttpserver.cc248 listener_->SignalReadEvent.connect(this, &HttpListenServer::OnReadEvent);
269 void HttpListenServer::OnReadEvent(AsyncSocket* socket) { function in class:rtc::HttpListenServer
H A Dopenssladapter.cc371 AsyncSocketAdapter::OnReadEvent(this);
568 OpenSSLAdapter::OnReadEvent(AsyncSocket* socket) { function in class:rtc::OpenSSLAdapter
569 //LOG(LS_INFO) << "OpenSSLAdapter::OnReadEvent";
572 AsyncSocketAdapter::OnReadEvent(socket);
594 AsyncSocketAdapter::OnReadEvent(socket);
621 AsyncSocketAdapter::OnReadEvent(socket);
H A Dschanneladapter.cc628 SChannelAdapter::OnReadEvent(AsyncSocket* socket) { function in class:rtc::SChannelAdapter
630 AsyncSocketAdapter::OnReadEvent(socket);
646 AsyncSocketAdapter::OnReadEvent(this);
696 AsyncSocketAdapter::OnReadEvent(this);
H A Dnatsocketfactory.cc98 socket_->SignalReadEvent.connect(this, &NATSocket::OnReadEvent);
248 void OnReadEvent(AsyncSocket* socket) { function in class:rtc::NATSocket
H A Dsocketadapters.h47 virtual void OnReadEvent(AsyncSocket * socket);
H A Dsocketadapters.cc92 void BufferedReadAdapter::OnReadEvent(AsyncSocket * socket) { function in class:rtc::BufferedReadAdapter
96 AsyncSocketAdapter::OnReadEvent(socket);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.h69 void OnReadEvent(rtc::AsyncSocket * socket);
H A Dxmppsocket.cc70 cricket_socket_->SignalReadEvent.connect(this, &XmppSocket::OnReadEvent);
96 void XmppSocket::OnReadEvent(rtc::AsyncSocket * socket) { function in class:buzz::XmppSocket
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver.h114 void OnReadEvent(rtc::AsyncSocket* socket);
H A Drelayserver.cc156 socket->SignalReadEvent.connect(this, &RelayServer::OnReadEvent);
193 void RelayServer::OnReadEvent(rtc::AsyncSocket* socket) { function in class:cricket::RelayServer

Completed in 2281 milliseconds