Home
last modified time | relevance | path

Searched refs:SocketPair (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch_streamer.cpp57 if (!SharedFD::SocketPair(AF_LOCAL, SOCK_STREAM, 0, &webrtc_socket, in LaunchCustomActionServers()
267 CF_EXPECT(SharedFD::SocketPair(AF_LOCAL, SOCK_STREAM, 0, &client_socket_, in ResultSetup()
/device/google/cuttlefish/host/commands/cvd_send_sms/unittest/
Dsms_sender_test.cc32 CHECK(SharedFD::SocketPair(AF_LOCAL, SOCK_STREAM, 0, &client_fd_, in SetUp()
/device/google/cuttlefish/common/libs/utils/
Dunix_sockets_test.cpp62 CHECK(SharedFD::SocketPair(AF_UNIX, SOCK_SEQPACKET, 0, &sock1, &sock2)); in UnixMessageSocketPair()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h141 static bool SocketPair(int domain, int type, int protocol, SharedFD* fd0,
Dshared_fd.cpp380 bool SharedFD::SocketPair(int domain, int type, int protocol, in SocketPair() function in cuttlefish::SharedFD
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp59 auto ret = SharedFD::SocketPair(AF_UNIX, SOCK_SEQPACKET, 0, local, remote); in CreateSocketPair()
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp74 if (!SharedFD::SocketPair(AF_LOCAL, SOCK_STREAM, 0, &ril_shared_fd, in SetUpTestSuite()