HomeSort by relevance Sort by last modified time
    Searched full:socketpair (Results 76 - 100 of 685) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/bt/vendor_libs/test_vendor_lib/include/
hci_transport.h 54 // Creates the underlying socketpair to be used as a communication channel
119 // The two ends of the socketpair. |hci_fd_| is handed back to the HCI in
  /system/core/debuggerd/
signal_sender.cpp 72 if (socketpair(AF_UNIX, SOCK_SEQPACKET | SOCK_CLOEXEC, 0, sfd) != 0) {
73 ALOGE("debuggerd: failed to create socketpair for signal sender: %s", strerror(errno));
  /external/curl/lib/
memdebug.c 364 "FD %s:%d socketpair() = %d %d\n" :
366 "FD %s:%d socketpair() = %ld %ld\n" :
367 "FD %s:%d socketpair() = %zd %zd\n";
369 int res = socketpair(domain, type, protocol, socket_vector);
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.h 52 // Restrict socketcall(2) to only allow socketpair(2), send(2), recv(2),
syscall_parameters_restrictions.cc 215 // socketpair(2). Whilst initially sounding bad, it's noteworthy that very
216 // few protocols actually support socketpair(2). The scary call that we're
  /external/strace/tests/
mmsg.c 86 assert(socketpair(AF_UNIX, SOCK_DGRAM, 0, sv) == 0);
scm_rights.c 51 assert(socketpair(AF_UNIX, SOCK_STREAM, 0, sv) == 0);
unix-pair-send-recv.c 57 assert(socketpair(AF_UNIX, SOCK_STREAM, 0, sv) == 0);
  /system/bt/vendor_libs/test_vendor_lib/test/
packet_stream_unittest.cc 48 socketpair(AF_LOCAL, SOCK_STREAM, 0, socketpair_fds_);
  /external/libchrome/base/posix/
unix_domain_socket_linux.cc 34 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, raw_socks) == -1)
206 // This socketpair is only used for the IPC and is cleaned up before
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix.go 306 func Socketpair(domain, typ, proto int) (fd [2]int, err error) {
308 err = socketpair(domain, typ, proto, &fdx)
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix.go 306 func Socketpair(domain, typ, proto int) (fd [2]int, err error) {
308 err = socketpair(domain, typ, proto, &fdx)
  /system/core/adb/
shell_service.cpp 138 // Creates a socketpair and saves the endpoints to |fd1| and |fd2|.
238 // Create a socketpair for the fork() child to report any errors back to the parent. Since we
297 *error = android::base::StringPrintf("failed to create socketpair for stdin/out: %s",
304 *error = android::base::StringPrintf("failed to create socketpair for stderr: %s",
366 // Shell protocol: create another socketpair to intercept data.
369 "failed to create socketpair to intercept data: %s", strerror(errno));
  /external/avahi/avahi-daemon/
chroot.c 305 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sock) < 0) {
306 avahi_log_error("socketpair() failed: %s", strerror(errno));
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 291 @Override public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException { method in class:BlockGuardOs
292 os.socketpair(domain, type, protocol, fd1, fd2);
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 98 if (socketpair(AF_LOCAL, stype, 0, pdes) < 0)
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 649 socketpair
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 632 socketpair
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 629 socketpair
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 649 socketpair
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 632 socketpair
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 629 socketpair
  /development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt 650 socketpair
  /development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.functions.txt 633 socketpair
  /development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt 630 socketpair

Completed in 3568 milliseconds

1 2 34 5 6 7 8 91011>>