Searched refs:OnReadEvent (Results 1 – 15 of 15) sorted by relevance
32 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent); in Attach()112 void SocketStream::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::SocketStream
35 socket_->SignalReadEvent.connect(this, &AsyncSocketAdapter::OnReadEvent); in Attach()114 void AsyncSocketAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncSocketAdapter
51 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent); in AsyncUDPSocket()114 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncUDPSocket
67 socket->SignalReadEvent.connect(this, &StreamSink::OnReadEvent); in Monitor()99 void OnReadEvent(rtc::AsyncSocket* socket) { AddEvents(socket, SSE_READ); } in OnReadEvent() function
51 void OnReadEvent(AsyncSocket* socket);
61 void OnReadEvent(AsyncSocket* socket);
688 void OpenSSLAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::OpenSSLAdapter690 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()711 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()735 AsyncSocketAdapter::OnReadEvent(socket); in OnWriteEvent()
79 socket_->SignalReadEvent.connect(this, &AsyncTCPSocketBase::OnReadEvent); in AsyncTCPSocketBase()200 void AsyncTCPSocketBase::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncTCPSocketBase
77 virtual void OnReadEvent(AsyncSocket* socket);
75 void OnReadEvent(AsyncSocket* socket);
48 void OnReadEvent(AsyncSocket* socket) override;
81 void OnReadEvent(AsyncSocket* socket) override;
90 void BufferedReadAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::BufferedReadAdapter94 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()
249 void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::NATSocket276 socket_->SignalReadEvent.connect(this, &NATSocket::OnReadEvent); in BindInternal()
42 socket_->SignalReadEvent.connect(this, &SocketReader::OnReadEvent); in SocketReader()48 void OnReadEvent(rtc::AsyncSocket* socket) { in OnReadEvent() function in webrtc::test::__anon9ae6de200111::SocketReader