Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A 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
H A Dsocket_stream.cc106 void SocketStream::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::SocketStream
H A Dtest_utils.h68 void OnReadEvent(rtc::Socket* socket) { AddEvents(socket, SSE_READ); } in OnReadEvent() function
H A Dasync_udp_socket.cc112 void AsyncUDPSocket::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::AsyncUDPSocket
H A Dasync_socket.cc101 void AsyncSocketAdapter::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::AsyncSocketAdapter
H A Dsocket_adapters.cc92 void BufferedReadAdapter::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::BufferedReadAdapter
H A Dnat_socket_factory.cc249 void OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::NATSocket
H A Dopenssl_adapter.cc698 void OpenSSLAdapter::OnReadEvent(Socket* socket) { in OnReadEvent() function in rtc::OpenSSLAdapter
/aosp_15_r20/external/webrtc/test/network/
H A Dnetwork_emulation_unittest.cc48 void OnReadEvent(rtc::Socket* socket) { in OnReadEvent() function in webrtc::test::__anon2a79ad2f0111::SocketReader