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

1 2 34 5 6 7 8 9

  /frameworks/native/libs/gui/
BitTube.cpp 72 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets) == 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
socket.h 111 extern int socketpair (int __domain, int __type, int __protocol,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
socket.h 111 extern int socketpair (int __domain, int __type, int __protocol,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
socket.h 111 extern int socketpair (int __domain, int __type, int __protocol,
  /system/bt/vendor_libs/test_vendor_lib/src/
hci_transport.cc 55 const int success = socketpair(AF_LOCAL, SOCK_STREAM, 0, socketpair_fds);
  /external/libchrome/sandbox/linux/suid/
sandbox.c 83 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sv) == -1) {
84 perror("socketpair");
233 // socketpair to tell the child when to continue;
235 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sync_fds)) {
236 FatalError("Failed to create a socketpair");
249 FatalError("Could not close socketpair");
269 FatalError("Could not close socketpair");
275 FatalError("Read on socketpair");
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 438 Os.socketpair(AF_UNIX, type, 0, fd0, fd1);
468 Os.socketpair(AF_UNIX, type, 0, fd0, fd1);
484 Os.socketpair(AF_UNIX, SOCK_SEQPACKET, 0, comm1, comm2);
    [all...]
  /system/core/adb/
sysdeps.h 764 return socketpair( d, type, protocol, sv );
780 #undef socketpair
781 #define socketpair ___xxx_socketpair
  /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/include/sys/
socket.h 286 __socketcall int socketpair(int, int, int, int*);
  /development/ndk/platforms/android-21/include/sys/
socket.h 286 __socketcall int socketpair(int, int, int, int*);
  /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));
  /external/curl/lib/
memdebug.h 109 #define socketpair(domain,type,protocol,socket_vector)\ macro
  /external/curl/tests/
memanalyze.pl 262 elsif($function =~ /socketpair\(\) = (\d*) (\d*)/) {
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc 135 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, 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
  /external/libchrome/base/
sync_socket_posix.cc 76 if (socketpair(AF_UNIX, SOCK_STREAM, 0, handles) != 0) {
  /external/libmicrohttpd/src/include/
platform_interface.h 142 #define MHD_pipe_(fdarr) socketpair(AF_LOCAL, SOCK_STREAM, 0, (fdarr))
  /hardware/ti/omap4-aah/ion/
ion_test.c 143 socketpair(AF_UNIX, SOCK_STREAM, 0, sd);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
socket.h 286 __socketcall int socketpair(int, int, int, int*);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
socket.h 286 __socketcall int socketpair(int, int, int, int*);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
socket.h 286 __socketcall int socketpair(int, int, int, int*);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
socket.h 286 __socketcall int socketpair(int, int, int, int*);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
socket.h 286 __socketcall int socketpair(int, int, int, int*);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
socket.h 286 __socketcall int socketpair(int, int, int, int*);

Completed in 6118 milliseconds

1 2 34 5 6 7 8 9