Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traced_relay/
H A Dsocket_relay_handler.h138 using SocketPair = std::pair<SocketWithBuffer, SocketWithBuffer>; variable
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecBaseTest.java565 public static class SocketPair<T> { class in IpSecBaseTest
569 public SocketPair(T leftSock, T rightSock) { in SocketPair() method in IpSecBaseTest.SocketPair
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp450 bool SharedFD::SocketPair(int domain, int type, int protocol, in SocketPair() function in cuttlefish::SharedFD
462 Result<std::pair<SharedFD, SharedFD>> SharedFD::SocketPair(int domain, int type, in SocketPair() function in cuttlefish::SharedFD