Home
last modified time | relevance | path

Searched defs:CreateSocketPair (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/base/posix/
H A Dunix_domain_socket_unittest.cc31 void CreateSocketPair(int fds[2]) { in CreateSocketPair() function
H A Dunix_domain_socket.cc27 bool CreateSocketPair(ScopedFD* one, ScopedFD* two) { in CreateSocketPair() function
/aosp_15_r20/external/libchrome/base/posix/
H A Dunix_domain_socket_unittest.cc31 void CreateSocketPair(int fds[2]) { in CreateSocketPair() function
H A Dunix_domain_socket.cc32 bool CreateSocketPair(ScopedFD* one, ScopedFD* two) { in CreateSocketPair() function
/aosp_15_r20/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp65 bool CreateSocketPair(SharedFD* local, SharedFD* remote) { in CreateSocketPair() function
/aosp_15_r20/kernel/tests/net/test/
H A Dnet_test.py251 def CreateSocketPair(family, socktype, addr): function
/aosp_15_r20/external/cronet/base/message_loop/
H A Dfd_watch_controller_posix_unittest.cc257 bool CreateSocketPair(ScopedFD* one, ScopedFD* two) { in CreateSocketPair() function in base::__anon936660200111::MessageLoopForIoPosixReadAndWriteTest