Searched defs:WatchForRead (Results 1 – 3 of 3) sorted by relevance
| /external/perfetto/src/traced_relay/ | ||
| D | socket_relay_handler.h | 61 inline void WatchForRead(base::PlatformHandle fd) { WatchFd(fd, POLLIN); } in WatchForRead() function |
| /external/cronet/net/socket/ | ||
| D | tcp_socket_win.cc | 204 void TCPSocketWin::Core::WatchForRead() { in WatchForRead() function in net::TCPSocketWin::Core |
| D | udp_socket_win.cc | 138 void UDPSocketWin::Core::WatchForRead() { in WatchForRead() function in net::UDPSocketWin::Core |