Home
last modified time | relevance | path

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

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