/external/webrtc/webrtc/base/ |
D | testutils.h | 79 socket->SignalReadEvent.connect(this, &StreamSink::OnReadEvent); in Monitor() 111 void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function 333 socket_->SignalReadEvent.connect(this, &SocketTestClient::OnReadEvent); in Init() 359 void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function 389 socket_->SignalReadEvent.connect(this, &SocketTestServer::OnReadEvent); in SocketTestServer() 409 void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function
|
D | asyncsocket.cc | 35 socket_->SignalReadEvent.connect(this, &AsyncSocketAdapter::OnReadEvent); in Attach() 115 void AsyncSocketAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncSocketAdapter
|
D | socketstream.cc | 29 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent); in Attach() 105 void SocketStream::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::SocketStream
|
D | asyncudpsocket.cc | 45 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent); in AsyncUDPSocket() 102 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncUDPSocket
|
D | openssladapter.cc | 399 AsyncSocketAdapter::OnReadEvent(this); in ContinueSSL() 644 OpenSSLAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::OpenSSLAdapter 648 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent() 670 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent() 697 AsyncSocketAdapter::OnReadEvent(socket); in OnWriteEvent()
|
D | autodetectproxy.cc | 199 socket_->SignalReadEvent.connect(this, &AutoDetectProxy::OnReadEvent); in DoConnect() 248 void AutoDetectProxy::OnReadEvent(AsyncSocket * socket) { in OnReadEvent() function in rtc::AutoDetectProxy
|
D | asynctcpsocket.cc | 65 socket_->SignalReadEvent.connect(this, &AsyncTCPSocketBase::OnReadEvent); in AsyncTCPSocketBase() 178 void AsyncTCPSocketBase::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncTCPSocketBase
|
D | socketstream.h | 48 void OnReadEvent(AsyncSocket* socket);
|
D | httpserver.cc | 248 listener_->SignalReadEvent.connect(this, &HttpListenServer::OnReadEvent); in Listen() 269 void HttpListenServer::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::HttpListenServer
|
D | asyncudpsocket.h | 55 void OnReadEvent(AsyncSocket* socket);
|
D | autodetectproxy.h | 71 void OnReadEvent(AsyncSocket * socket);
|
D | openssladapter.h | 49 void OnReadEvent(AsyncSocket* socket) override;
|
D | asyncsocket.h | 73 virtual void OnReadEvent(AsyncSocket* socket);
|
D | asynctcpsocket.h | 68 void OnReadEvent(AsyncSocket* socket);
|
D | httpserver.h | 126 void OnReadEvent(AsyncSocket* socket);
|
D | natsocketfactory.cc | 100 socket_->SignalReadEvent.connect(this, &NATSocket::OnReadEvent); in Bind() 243 void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::NATSocket
|
D | socketadapters.h | 47 void OnReadEvent(AsyncSocket* socket) override;
|
D | socketadapters.cc | 102 void BufferedReadAdapter::OnReadEvent(AsyncSocket * socket) { in OnReadEvent() function in rtc::BufferedReadAdapter 106 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppsocket.cc | 52 cricket_socket_->SignalReadEvent.connect(this, &XmppSocket::OnReadEvent); in CreateCricketSocket() 78 void XmppSocket::OnReadEvent(rtc::AsyncSocket * socket) { in OnReadEvent() function in buzz::XmppSocket
|
D | xmppsocket.h | 52 void OnReadEvent(rtc::AsyncSocket * socket);
|
/external/webrtc/webrtc/p2p/base/ |
D | relayserver.h | 97 void OnReadEvent(rtc::AsyncSocket* socket);
|
D | relayserver.cc | 139 socket->SignalReadEvent.connect(this, &RelayServer::OnReadEvent); in AddInternalServerSocket() 176 void RelayServer::OnReadEvent(rtc::AsyncSocket* socket) { in OnReadEvent() function in cricket::RelayServer
|