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

  /system/core/libcutils/
socket_loopback_client.c 1 /* libs/cutils/socket_loopback_client.c
37 int socket_loopback_client(int port, int type) function
  /development/tools/emulator/opengl/tests/event_injector/
sockets.c 1335 socket_loopback_client( int port, SocketType type ) function
    [all...]
  /external/qemu/
sockets.c 1348 socket_loopback_client( int port, SocketType type ) function
    [all...]
  /system/core/adb/
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...]

Completed in 308 milliseconds