HomeSort by relevance Sort by last modified time
    Searched refs:sockets (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/bluetooth/bluedroid/btif/src/
btif_sock_util.c 44 #include <cutils/sockets.h>
  /external/chromium/base/
process_util_unittest.cc 456 int sockets[2]; local
457 socketpair(AF_UNIX, SOCK_STREAM, 0, sockets);
464 ret = HANDLE_EINTR(close(sockets[0]));
466 ret = HANDLE_EINTR(close(sockets[1]));
  /external/chromium_org/base/process/
process_util_unittest.cc 580 int sockets[2]; local
581 socketpair(AF_UNIX, SOCK_STREAM, 0, sockets);
588 ret = HANDLE_EINTR(close(sockets[0]));
590 ret = HANDLE_EINTR(close(sockets[1]));
  /external/ipsec-tools/
main.c 44 #include <cutils/sockets.h>
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 57 #include <cutils/sockets.h>
  /hardware/libhardware_legacy/qemu/
qemu.c 24 #include <cutils/sockets.h>
  /hardware/ril/rild/
rild.c 31 #include <cutils/sockets.h>
  /system/core/libcutils/
properties.c 22 #include <cutils/sockets.h>
  /system/core/libsysutils/src/
SocketListener.cpp 27 #include <cutils/sockets.h>
225 /* Process it, if false is returned and our sockets are
  /device/asus/deb/
init.deb.rc 139 mkdir /data/misc/wifi/sockets 0770 wifi wifi
354 -O/data/misc/wifi/sockets \
370 -O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \
  /device/asus/flo/
init.flo.rc 135 mkdir /data/misc/wifi/sockets 0770 wifi wifi
363 -O/data/misc/wifi/sockets \
379 -O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \
  /device/lge/hammerhead/
init.hammerhead.rc 168 mkdir /data/misc/wifi/sockets 0770 wifi wifi
319 -O/data/misc/wifi/sockets -N \
336 -O/data/misc/wifi/sockets \
  /device/lge/mako/
init.mako.rc 144 mkdir /data/misc/wifi/sockets 0770 wifi wifi
315 -O/data/misc/wifi/sockets \
331 -O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 7 * used by the log and sockets view to print tables containing both
  /external/mtpd/
mtpd.c 34 #include <cutils/sockets.h>
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 33 #include <cutils/sockets.h>
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h 33 #include <cutils/sockets.h>
  /external/iproute2/doc/
api-ip6-flowlabels.tex 173 cached at flow setup (see below). However, for connected sockets
323 still can be shared by another sockets. Current implementation does not allow
328 or closed all the sockets using it. Current implementation does not allow
  /bootable/recovery/minadbd/
sysdeps.h 18 * they're related to threads, sockets and file descriptors
168 /* normally provided by <cutils/sockets.h> */
260 #include <cutils/sockets.h>
  /dalvik/vm/jdwp/
JdwpAdb.cpp 23 #include <cutils/sockets.h>
  /device/generic/goldfish/sensors/
sensors_qemu.c 38 #include <cutils/sockets.h>
  /system/core/adb/
sysdeps.h 18 * they're related to threads, sockets and file descriptors
169 /* normally provided by <cutils/sockets.h> */
263 #include <cutils/sockets.h>
  /system/core/debuggerd/
debuggerd.c 37 #include <cutils/sockets.h>
443 // Ignore failed writes to closed sockets
  /system/core/init/
property_service.c 29 #include <cutils/sockets.h>
util.c 35 #include <cutils/sockets.h>

Completed in 753 milliseconds

1 23 4