Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dasyncudpsocket.cc58 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent); in AsyncUDPSocket()
108 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in talk_base::AsyncUDPSocket
Dsocketstream.cc46 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent); in Attach()
122 void SocketStream::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in talk_base::SocketStream
Dautodetectproxy.cc100 socket_->SignalReadEvent.connect(this, &AutoDetectProxy::OnReadEvent); in Next()
147 void AutoDetectProxy::OnReadEvent(AsyncSocket * socket) { in OnReadEvent() function in talk_base::AutoDetectProxy
Dopenssladapter.cc350 AsyncSocketAdapter::OnReadEvent(this); in ContinueSSL()
551 OpenSSLAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in talk_base::OpenSSLAdapter
555 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()
577 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()
604 AsyncSocketAdapter::OnReadEvent(socket); in OnWriteEvent()
Dasyncsocket.cc53 &AsyncSocketAdapter::OnReadEvent); in Attach()
Dasynctcpsocket.cc75 socket_->SignalReadEvent.connect(this, &AsyncTCPSocket::OnReadEvent); in AsyncTCPSocket()
217 void AsyncTCPSocket::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in talk_base::AsyncTCPSocket
Dsocketstream.h61 void OnReadEvent(AsyncSocket* socket);
Dasyncudpsocket.h62 void OnReadEvent(AsyncSocket* socket);
Dautodetectproxy.h77 void OnReadEvent(AsyncSocket * socket);
Dschanneladapter.h60 virtual void OnReadEvent(AsyncSocket* socket);
Dschanneladapter.cc647 SChannelAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in talk_base::SChannelAdapter
649 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()
665 AsyncSocketAdapter::OnReadEvent(this); in OnReadEvent()
715 AsyncSocketAdapter::OnReadEvent(this); in OnMessage()
Dasynctcpsocket.h67 void OnReadEvent(AsyncSocket* socket);
Dopenssladapter.h61 virtual void OnReadEvent(AsyncSocket* socket);
Dasyncsocket.h118 virtual void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function
Dsocketadapters.h64 virtual void OnReadEvent(AsyncSocket * socket);
Dsocketadapters.cc109 void BufferedReadAdapter::OnReadEvent(AsyncSocket * socket) { in OnReadEvent() function in talk_base::BufferedReadAdapter
113 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()
/external/chromium/third_party/libjingle/source/talk/examples/login/
Dxmppsocket.cc59 cricket_socket_->SignalReadEvent.connect(this, &XmppSocket::OnReadEvent); in XmppSocket()
87 void XmppSocket::OnReadEvent(talk_base::AsyncSocket * socket) { in OnReadEvent() function in XmppSocket
Dxmppsocket.h64 void OnReadEvent(talk_base::AsyncSocket * socket);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Drelayserver.h111 void OnReadEvent(talk_base::AsyncSocket* socket);
Drelayserver.cc151 socket->SignalReadEvent.connect(this, &RelayServer::OnReadEvent); in AddInternalServerSocket()
188 void RelayServer::OnReadEvent(talk_base::AsyncSocket* socket) { in OnReadEvent() function in cricket::RelayServer