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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 13 socketpair() -- create a pair of new socket objects [*]
  /system/bt/btif/src/
btif_hl.c 84 /* signal socketpair to wake up select loop */
    [all...]
  /system/netd/server/
MDnsSdListener.cpp 524 socketpair(AF_LOCAL, SOCK_STREAM, 0, mCtrlSocketPair);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_syscalls.inc     [all...]
  /external/libevent/
evutil.c 186 return socketpair(family, type, protocol, fd);
198 /* This socketpair does not work when localhost is down. So
    [all...]
event.c 809 backend doesn't require it, the signal socketpair code does.
    [all...]
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 833 int ret = socketpair(domain, type, protocol, sv);
    [all...]
  /external/curl/lib/
curl_config.h 595 /* Define to 1 if you have the socketpair function. */
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 932 ASSERT_NE(socketpair(AF_UNIX, SOCK_DGRAM, 0, fds), -1);
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3663 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, function
3721 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, function
    [all...]
  /external/libmicrohttpd/src/microhttpd/
internal.h 1145 * MHD can be build with usage of socketpair instead of
    [all...]
  /external/strace/
net.c 1129 SYS_FUNC(socketpair)
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c     [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 127 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets)) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 202 if (socketpair(AF_UNIX, SOCK_STREAM, 0, info->cleanup_socks) == -1) {
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 545 if (socketpair(AF_UNIX, SOCK_STREAM, 0, info->exit_sockets) == -1) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
def.h 668 * socket (created using socketpair()) is passed to the new
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
def.h 708 * socket (created using socketpair()) is passed to the new
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go 813 // Socketpair
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux.go 813 // Socketpair
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mailbox.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mailbox.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py     [all...]

Completed in 2460 milliseconds

<<11121314151617181920>>