Searched defs:OnReadEvent (Results 1 - 10 of 10) sorted by last modified time

/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncsocket.h118 virtual void OnReadEvent(AsyncSocket* socket) { function in class:talk_base::AsyncSocketAdapter
H A Dasynctcpsocket.cc75 socket_->SignalReadEvent.connect(this, &AsyncTCPSocket::OnReadEvent);
217 void AsyncTCPSocket::OnReadEvent(AsyncSocket* socket) { function in class:talk_base::AsyncTCPSocket
H A Dasyncudpsocket.cc58 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent);
108 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) { function in class:talk_base::AsyncUDPSocket
H A Dautodetectproxy.cc100 socket_->SignalReadEvent.connect(this, &AutoDetectProxy::OnReadEvent);
147 void AutoDetectProxy::OnReadEvent(AsyncSocket * socket) { function in class:talk_base::AutoDetectProxy
H A Dopenssladapter.cc350 AsyncSocketAdapter::OnReadEvent(this);
551 OpenSSLAdapter::OnReadEvent(AsyncSocket* socket) { function in class:talk_base::OpenSSLAdapter
552 //LOG(LS_INFO) << "OpenSSLAdapter::OnReadEvent";
555 AsyncSocketAdapter::OnReadEvent(socket);
577 AsyncSocketAdapter::OnReadEvent(socket);
604 AsyncSocketAdapter::OnReadEvent(socket);
H A Dschanneladapter.cc647 SChannelAdapter::OnReadEvent(AsyncSocket* socket) { function in class:talk_base::SChannelAdapter
649 AsyncSocketAdapter::OnReadEvent(socket);
665 AsyncSocketAdapter::OnReadEvent(this);
715 AsyncSocketAdapter::OnReadEvent(this);
H A Dsocketadapters.cc109 void BufferedReadAdapter::OnReadEvent(AsyncSocket * socket) { function in class:talk_base::BufferedReadAdapter
113 AsyncSocketAdapter::OnReadEvent(socket);
H A Dsocketstream.cc46 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent);
122 void SocketStream::OnReadEvent(AsyncSocket* socket) { function in class:talk_base::SocketStream
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppsocket.cc59 cricket_socket_->SignalReadEvent.connect(this, &XmppSocket::OnReadEvent);
87 void XmppSocket::OnReadEvent(talk_base::AsyncSocket * socket) { function in class:XmppSocket
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver.cc151 socket->SignalReadEvent.connect(this, &RelayServer::OnReadEvent);
188 void RelayServer::OnReadEvent(talk_base::AsyncSocket* socket) { function in class:cricket::RelayServer

Completed in 91 milliseconds