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 36 int socket_loopback_client(int port, int type) function
  /external/qemu/android/
sockets.c 1359 socket_loopback_client( int port, SocketType type ) function
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1331 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 237 milliseconds