Searched refs:SocketPair (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/host/commands/run_cvd/ |
D | launch_streamer.cpp | 57 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/ |
D | sms_sender_test.cc | 32 CHECK(SharedFD::SocketPair(AF_LOCAL, SOCK_STREAM, 0, &client_fd_, in SetUp()
|
/device/google/cuttlefish/common/libs/utils/ |
D | unix_sockets_test.cpp | 62 CHECK(SharedFD::SocketPair(AF_UNIX, SOCK_SEQPACKET, 0, &sock1, &sock2)); in UnixMessageSocketPair()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 141 static bool SocketPair(int domain, int type, int protocol, SharedFD* fd0,
|
D | shared_fd.cpp | 380 bool SharedFD::SocketPair(int domain, int type, int protocol, in SocketPair() function in cuttlefish::SharedFD
|
/device/google/cuttlefish/host/libs/audio_connector/ |
D | server.cpp | 59 auto ret = SharedFD::SocketPair(AF_UNIX, SOCK_SEQPACKET, 0, local, remote); in CreateSocketPair()
|
/device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
D | service_test.cpp | 74 if (!SharedFD::SocketPair(AF_LOCAL, SOCK_STREAM, 0, &ril_shared_fd, in SetUpTestSuite()
|