Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traced_relay/
H A Dsocket_relay_handler.h62 inline void WatchForWrite(base::PlatformHandle fd) { WatchFd(fd, POLLOUT); } in WatchForWrite() function
/aosp_15_r20/external/cronet/net/socket/
H A Dtcp_socket_win.cc210 void TCPSocketWin::Core::WatchForWrite() { in WatchForWrite() function in net::TCPSocketWin::Core
H A Dudp_socket_win.cc150 void UDPSocketWin::Core::WatchForWrite() { in WatchForWrite() function in net::UDPSocketWin::Core