Home
last modified time | relevance | path

Searched defs:OnReadEvent (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/rtc_base/
Dsocket_stream.cc112 void SocketStream::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::SocketStream
Dtest_utils.h99 void OnReadEvent(rtc::AsyncSocket* socket) { AddEvents(socket, SSE_READ); } in OnReadEvent() function
Dasync_udp_socket.cc114 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncUDPSocket
Dasync_socket.cc114 void AsyncSocketAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncSocketAdapter
Dasync_tcp_socket.cc200 void AsyncTCPSocketBase::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::AsyncTCPSocketBase
Dsocket_adapters.cc90 void BufferedReadAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::BufferedReadAdapter
Dopenssl_adapter.cc688 void OpenSSLAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::OpenSSLAdapter
Dnat_socket_factory.cc249 void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in rtc::NATSocket
/external/webrtc/test/network/
Dnetwork_emulation_unittest.cc48 void OnReadEvent(rtc::AsyncSocket* socket) { in OnReadEvent() function in webrtc::test::__anon6dc8d2790111::SocketReader