/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 | 35 socket_network_client.c \
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
TcpStream.cpp | 88 m_sock = socket_network_client(hostname, port, SOCK_STREAM);
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
TcpStream.cpp | 103 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 | 1359 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...] |
/system/core/adb/ |
services.c | 341 ret = socket_network_client(name + 1, port, SOCK_STREAM); 461 fd = socket_network_client(hostbuf, port, SOCK_STREAM);
|
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 | 171 extern int socket_network_client(const char *host, int port, int type);
|
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...] |
/external/qemu/telephony/ |
sysdeps_qemu.c | 366 channel->fd = socket_network_client( hostname, port, SOCKET_STREAM );
|
/bootable/recovery/minadbd/ |
sysdeps.h | 170 extern int socket_network_client(const char *host, int port, int type);
|