Home
last modified time | relevance | path

Searched defs:WatchForRead (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/traced_relay/
H A Dsocket_relay_handler.h61 inline void WatchForRead(base::PlatformHandle fd) { WatchFd(fd, POLLIN); } in WatchForRead() function
/aosp_15_r20/external/cronet/net/socket/
H A Dtcp_socket_win.cc204 void TCPSocketWin::Core::WatchForRead() { in WatchForRead() function in net::TCPSocketWin::Core
H A Dudp_socket_win.cc143 void UDPSocketWin::Core::WatchForRead() { in WatchForRead() function in net::UDPSocketWin::Core