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

  /system/core/libcutils/
socket_network_client.c 1 /* libs/cutils/socket_network_client.c
39 int socket_network_client(const char *host, int port, int type) function
Android.mk 37 socket_network_client.c \
  /sdk/emulator/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);
  /external/qemu/
sockets.h 405 int socket_network_client( const char* host, int port, SocketType type );
sockets.c 1358 socket_network_client( const char* host, int port, SocketType type ) function
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 413 int socket_network_client( const char* host, int port, SocketType type );
sockets.c 1345 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/
transport_local.c 117 fd = socket_network_client(host, adb_port, SOCK_STREAM);
services.c 417 ret = socket_network_client(name + 1, port, SOCK_STREAM);
sysdeps.h 170 extern int socket_network_client(const char *host, int port, int type);
adb.c 1090 fd = socket_network_client(hostbuf, port, SOCK_STREAM);
    [all...]
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) );
    [all...]
  /bootable/recovery/minadbd/
sysdeps.h 170 extern int socket_network_client(const char *host, int port, int type);

Completed in 103 milliseconds