/external/chromium_org/third_party/webrtc/base/ |
D | asyncudpsocket.cc | 45 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent); in AsyncUDPSocket() 96 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncUDPSocket
|
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 | testutils.h | 77 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
|
D | openssladapter.cc | 371 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()
|
D | asyncsocket.cc | 36 &AsyncSocketAdapter::OnReadEvent); in Attach()
|
D | socketstream.h | 44 void OnReadEvent(AsyncSocket* socket);
|
D | asyncudpsocket.h | 52 void OnReadEvent(AsyncSocket* socket);
|
D | schanneladapter.h | 43 virtual void OnReadEvent(AsyncSocket* socket);
|
D | asynctcpsocket.cc | 65 socket_->SignalReadEvent.connect(this, &AsyncTCPSocketBase::OnReadEvent); in AsyncTCPSocketBase() 177 void AsyncTCPSocketBase::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncTCPSocketBase
|
D | autodetectproxy.cc | 193 socket_->SignalReadEvent.connect(this, &AutoDetectProxy::OnReadEvent); in DoConnect() 242 void AutoDetectProxy::OnReadEvent(AsyncSocket * socket) { in OnReadEvent() function in rtc::AutoDetectProxy
|
D | autodetectproxy.h | 72 void OnReadEvent(AsyncSocket * socket);
|
D | schanneladapter.cc | 628 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()
|
D | openssladapter.h | 44 virtual 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 | asynctcpsocket.h | 66 void OnReadEvent(AsyncSocket* socket);
|
D | httpserver.h | 126 void OnReadEvent(AsyncSocket* socket);
|
D | asyncsocket.h | 109 virtual void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function
|
D | natsocketfactory.cc | 98 socket_->SignalReadEvent.connect(this, &NATSocket::OnReadEvent); in Bind() 248 void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::NATSocket
|
D | socketadapters.h | 47 virtual void OnReadEvent(AsyncSocket * socket);
|
D | socketadapters.cc | 92 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/ |
D | xmppsocket.cc | 70 cricket_socket_->SignalReadEvent.connect(this, &XmppSocket::OnReadEvent); in CreateCricketSocket() 96 void XmppSocket::OnReadEvent(rtc::AsyncSocket * socket) { in OnReadEvent() function in buzz::XmppSocket
|
D | xmppsocket.h | 69 void OnReadEvent(rtc::AsyncSocket * socket);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | relayserver.h | 114 void OnReadEvent(rtc::AsyncSocket* socket);
|
D | relayserver.cc | 156 socket->SignalReadEvent.connect(this, &RelayServer::OnReadEvent); in AddInternalServerSocket() 193 void RelayServer::OnReadEvent(rtc::AsyncSocket* socket) { in OnReadEvent() function in cricket::RelayServer
|