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

  /system/core/libcutils/
socket_network_client.c 36 int socket_network_client(const char *host, int port, int type) function
  /external/qemu/android/
sockets.c 1369 socket_network_client( const char* host, int port, SocketType type ) function
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1341 socket_network_client( const char* host, int port, SocketType type ) function
    [all...]
  /system/core/adb/
sysdeps_win32.c 662 int socket_network_client(const char *host, int port, int type) function
699 D( "socket_network_client: host '%s' port %d type %s => fd %d\n", host, port, type != SOCK_STREAM ? "udp" : "tcp", _fh_to_int(f) );
707 return socket_network_client(host, port, type);
    [all...]

Completed in 265 milliseconds