Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dsocket_stream.cc32 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent); in Attach()
112 void SocketStream::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::SocketStream
Dasync_socket.cc35 socket_->SignalReadEvent.connect(this, &AsyncSocketAdapter::OnReadEvent); in Attach()
114 void AsyncSocketAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncSocketAdapter
Dasync_udp_socket.cc51 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent); in AsyncUDPSocket()
114 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncUDPSocket
Dtest_utils.h67 socket->SignalReadEvent.connect(this, &StreamSink::OnReadEvent); in Monitor()
99 void OnReadEvent(rtc::AsyncSocket* socket) { AddEvents(socket, SSE_READ); } in OnReadEvent() function
Dsocket_stream.h51 void OnReadEvent(AsyncSocket* socket);
Dasync_udp_socket.h61 void OnReadEvent(AsyncSocket* socket);
Dopenssl_adapter.cc688 void OpenSSLAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::OpenSSLAdapter
690 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()
711 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()
735 AsyncSocketAdapter::OnReadEvent(socket); in OnWriteEvent()
Dasync_tcp_socket.cc79 socket_->SignalReadEvent.connect(this, &AsyncTCPSocketBase::OnReadEvent); in AsyncTCPSocketBase()
200 void AsyncTCPSocketBase::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncTCPSocketBase
Dasync_socket.h77 virtual void OnReadEvent(AsyncSocket* socket);
Dasync_tcp_socket.h75 void OnReadEvent(AsyncSocket* socket);
Dsocket_adapters.h48 void OnReadEvent(AsyncSocket* socket) override;
Dopenssl_adapter.h81 void OnReadEvent(AsyncSocket* socket) override;
Dsocket_adapters.cc90 void BufferedReadAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::BufferedReadAdapter
94 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()
Dnat_socket_factory.cc249 void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::NATSocket
276 socket_->SignalReadEvent.connect(this, &NATSocket::OnReadEvent); in BindInternal()
/external/webrtc/test/network/
Dnetwork_emulation_unittest.cc42 socket_->SignalReadEvent.connect(this, &SocketReader::OnReadEvent); in SocketReader()
48 void OnReadEvent(rtc::AsyncSocket* socket) { in OnReadEvent() function in webrtc::test::__anon9ae6de200111::SocketReader