HomeSort by relevance Sort by last modified time
    Searched refs:socket_loopback_client (Results 1 - 18 of 18) sorted by null

  /system/core/adb/
console.c 18 fd = socket_loopback_client( port, SOCK_STREAM );
adb_client.c 193 fd = socket_loopback_client(__adb_server_port, SOCK_STREAM);
transport_local.c 124 fd = socket_loopback_client(adb_port, SOCK_STREAM);
services.c 336 ret = socket_loopback_client(port, SOCK_STREAM);
sysdeps.h 170 extern int socket_loopback_client(int port, int type);
sysdeps_win32.c 579 int socket_loopback_client(int port, int type) function
598 D("socket_loopback_client: could not create socket\n" );
605 D("socket_loopback_client: could not connect to %s:%d\n", type != SOCK_STREAM ? "udp" : "tcp", port );
610 D( "socket_loopback_client: port %d type %s => fd %d\n", port, type != SOCK_STREAM ? "udp" : "tcp", _fh_to_int(f) );
    [all...]
  /system/core/libcutils/
socket_loopback_client.c 1 /* libs/cutils/socket_loopback_client.c
37 int socket_loopback_client(int port, int type) function
Android.mk 33 socket_loopback_client.c \
  /external/qemu/android/
core-init-utils.c 50 fd = socket_loopback_client(ui_port, SOCKET_STREAM);
qemu-setup.c 138 s = socket_loopback_client( port, SOCKET_STREAM );
  /system/core/include/cutils/
sockets.h 87 extern int socket_loopback_client(int port, int type);
  /external/qemu/
sockets.h 392 int socket_loopback_client( int port, SocketType type );
sockets.c 1349 socket_loopback_client( int port, SocketType type ) function
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 400 int socket_loopback_client( int port, SocketType type );
sockets.c 1335 socket_loopback_client( int port, SocketType type ) function
    [all...]
  /bootable/recovery/minadbd/
sysdeps.h 169 extern int socket_loopback_client(int port, int type);
  /external/qemu/slirp-android/
misc.c 286 s = socket_loopback_client(sock_address_get_port(&addr), SOCKET_STREAM);
  /hardware/ril/reference-ril/
reference-ril.c     [all...]

Completed in 358 milliseconds