Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dasync_tcp_socket.cc182 void AsyncTCPSocketBase::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::AsyncTCPSocketBase
334 void AsyncTcpListenSocket::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::AsyncTcpListenSocket
Dsocket_stream.cc106 void SocketStream::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::SocketStream
Dtest_utils.h68 void OnReadEvent(rtc::Socket* socket) { AddEvents(socket, SSE_READ); } in OnReadEvent() function
Dasync_udp_socket.cc112 void AsyncUDPSocket::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::AsyncUDPSocket
Dasync_socket.cc101 void AsyncSocketAdapter::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::AsyncSocketAdapter
Dsocket_adapters.cc92 void BufferedReadAdapter::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::BufferedReadAdapter
Dnat_socket_factory.cc249 void OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::NATSocket
Dopenssl_adapter.cc698 void OpenSSLAdapter::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::OpenSSLAdapter
/external/webrtc/test/network/
Dnetwork_emulation_unittest.cc48 void OnReadEvent(rtc::Socket* socket) { in OnReadEvent() function in webrtc::test::__anon353f8d3e0111::SocketReader