HomeSort by relevance Sort by last modified time
    Searched refs:OnReadEvent (Results 1 - 22 of 22) sorted by null

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

Completed in 3038 milliseconds