Home
last modified time | relevance | path

Searched defs:SyncSocket (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dsync_socket.cc13 SyncSocket::SyncSocket(Handle handle) : handle_(handle) {} in SyncSocket() function in base::SyncSocket
15 SyncSocket::SyncSocket(ScopedHandle handle) : handle_(std::move(handle)) {} in SyncSocket() function in base::SyncSocket
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dsync_socket.h50 explicit SyncSocket(Handle handle) : handle_(handle) {} in SyncSocket() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/
Dsync_socket.h50 explicit SyncSocket(Handle handle) : handle_(handle) {} in SyncSocket() function
/aosp_15_r20/external/libchrome/base/
H A Dsync_socket.h47 explicit SyncSocket(Handle handle) : handle_(handle) {} in SyncSocket() function
H A Dsync_socket_posix.cc60 SyncSocket::SyncSocket() : handle_(kInvalidHandle) {} in SyncSocket() function in base::SyncSocket