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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TcpStream.cpp 88 m_sock = socket_network_client(hostname, port, SOCK_STREAM);
  /system/core/include/cutils/
sockets.h 88 extern int socket_network_client(const char *host, int port, int type);
  /system/core/libcutils/
socket_network_client.c 36 int socket_network_client(const char *host, int port, int type) function
Android.mk 66 socket_network_client.c \
  /external/qemu/include/android/
sockets.h 408 int socket_network_client( const char* host, int port, SocketType type );
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 413 int socket_network_client( const char* host, int port, SocketType type );
sockets.c 1341 socket_network_client( const char* host, int port, SocketType type ) function
    [all...]
  /external/qemu/telephony/
sysdeps_qemu.c 366 channel->fd = socket_network_client( hostname, port, SOCKET_STREAM );
  /system/core/adb/
adb_client.c 191 fd = socket_network_client(__adb_server_name, __adb_server_port, SOCK_STREAM);
transport_local.c 120 fd = socket_network_client(host, adb_port, SOCK_STREAM);
sysdeps.h 172 extern int socket_network_client(const char *host, int port, int type);
services.c 398 ret = socket_network_client(name + 1, port, SOCK_STREAM);
sysdeps_win32.c 663 int socket_network_client(const char *host, int port, int type) function
700 D( "socket_network_client: host '%s' port %d type %s => fd %d\n", host, port, type != SOCK_STREAM ? "udp" : "tcp", _fh_to_int(f) );
708 return socket_network_client(host, port, type);
    [all...]
  /bootable/recovery/minadbd/
sysdeps.h 170 extern int socket_network_client(const char *host, int port, int type);
  /external/qemu/android/
sockets.c 1369 socket_network_client( const char* host, int port, SocketType type ) function
    [all...]

Completed in 350 milliseconds