HomeSort by relevance Sort by last modified time
    Searched refs:sockets (Results 1 - 25 of 62) sorted by null

1 2 3

  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java 48 SSLSocket[] sockets = connect(c, null, null); local
49 return new TestSSLSocketPair(c, sockets[0], sockets[1]);
  /frameworks/base/cmds/bugreport/
bugreport.c 22 #include <cutils/sockets.h>
  /system/core/libcutils/
socket_inaddr_any_server.c 18 #include <cutils/sockets.h>
socket_loopback_client.c 18 #include <cutils/sockets.h>
socket_loopback_server.c 18 #include <cutils/sockets.h>
socket_network_client.c 18 #include <cutils/sockets.h>
socket_local_server.c 18 #include <cutils/sockets.h>
socket_local_client.c 17 #include <cutils/sockets.h>
  /system/core/adb/
Android.mk 12 # Default to a virtual (sockets) usb interface
60 sockets.c \
120 sockets.c \
  /system/core/init/
signal_handler.c 25 #include <cutils/sockets.h>
71 /* remove any sockets we may have created */
72 for (si = svc->sockets; si; si = si->next) {
init.h 95 struct socketinfo *sockets; member in struct:service
parser.c 31 for (si = svc->sockets; si; si = si->next) {
  /frameworks/base/cmds/keystore/
keystore_cli.c 23 #include <cutils/sockets.h>
keystore_get.h 26 #include <cutils/sockets.h>
  /hardware/ril/rild/
radiooptions.c 21 #include <cutils/sockets.h>
  /system/core/debuggerd/
crasher.c 18 #include <cutils/sockets.h>
  /system/core/toolbox/
log.c 38 #include <cutils/sockets.h>
  /external/chromium/third_party/libevent/
http-internal.h 114 TAILQ_HEAD(boundq, evhttp_bound_socket) sockets; member in struct:evhttp
  /external/dbus/
config.h 2 #include <cutils/sockets.h>
58 /* Where per-session bus puts its sockets */
67 /* Where to put test sockets */
  /frameworks/base/cmds/installd/
installd.h 35 #include <cutils/sockets.h>
  /hardware/libhardware/include/hardware/
qemud.h 20 #include <cutils/sockets.h>
  /external/chromium/base/
process_util_unittest.cc 281 int sockets[2]; local
282 socketpair(AF_UNIX, SOCK_STREAM, 0, sockets);
289 ret = HANDLE_EINTR(close(sockets[0]));
291 ret = HANDLE_EINTR(close(sockets[1]));
  /system/core/nexus/
nexctl.c 31 #include <cutils/sockets.h>
  /system/netd/
ndc.c 31 #include <cutils/sockets.h>
  /system/vold/
vdc.c 31 #include <cutils/sockets.h>

Completed in 586 milliseconds

1 2 3