Searched refs:host (Results 1 - 14 of 14) sorted by relevance

/system/core/libcutils/
H A Dsocket_network_client.c39 int socket_network_client(const char *host, int port, int type) argument
46 hp = gethostbyname(host);
H A DAndroid.mk55 ashmem-host.c
58 # they correspond to features not used by our host development tools
87 # Static library for host
/system/core/libzipfile/
H A DAndroid.mk3 # build host static library
/system/netd/
H A DDnsProxyListener.h40 // Note: All of host, service, and hints may be NULL
42 char* host,
46 mHost(host),
41 GetAddrInfoHandler(SocketClient *c, char* host, char* service, struct addrinfo* hints) argument
/system/core/adb/
H A DAndroid.mk8 # adb host tool
49 LOCAL_C_INCLUDES += development/host/windows/usb/api/
148 # adb host tool for device-as-host
H A Dadb.c228 HOST ? "host" : adb_device_banner);
492 // It's non-sensical to support the "reserved" space on the adb host side
987 void connect_device(char* host, char* buffer, int buffer_size) argument
990 char* portstr = strchr(host, ':');
994 strncpy(hostbuf, host, sizeof(hostbuf) - 1);
996 if (portstr - host >= sizeof(hostbuf)) {
997 snprintf(buffer, buffer_size, "bad host name %s", host);
1000 // zero terminate the host at the point we found the colon
1001 hostbuf[portstr - host]
1145 char* host = service + 8; local
[all...]
H A Dtransport_local.c115 const char *host = getenv("ADBHOST"); local
116 if (host) {
117 fd = socket_network_client(host, adb_port, SOCK_STREAM);
181 register_socket_transport(fd, "host", port, 1);
204 /* A worker thread that monitors host connections, and registers a transport for
205 * every new host connection. This thread replaces server_socket_thread on
208 * to provide more robust communication channel between ADB host and guest. The
212 * the connection between ADB host and guest will be lost. To make ADB traffic
214 * between the host, and the guest. See external/qemu/android/adb-*.* that
222 * - Wait for the ADB host t
[all...]
H A Dsysdeps.h170 extern int socket_network_client(const char *host, int port, int type);
H A Dsysdeps_win32.c662 int socket_network_client(const char *host, int port, int type) argument
675 hp = gethostbyname(host);
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) );
/system/extras/tests/bionic/libstdc++/
H A DAndroid.mk41 # same as 'device-test' but builds a host executable instead
44 define host-test
71 $(call host-test, $(sources))
76 # host environments don't provide it unless you use specific
/system/core/include/cutils/
H A Dsockets.h58 #else /* for the host, which may lack the almightly strncpy ... */
88 extern int socket_network_client(const char *host, int port, int type);
/system/extras/tests/bionic/libc/
H A DAndroid.mk43 # same as 'device-test' but builds a host executable instead
46 define host-test
90 $(call host-test, $(sources))
124 $(call host-test, $(sources))
134 $(call host-test, $(sources))
/system/core/fastboot/
H A DAndroid.mk47 LOCAL_C_INCLUDES += development/host/windows/usb/api
/system/core/rootdir/
H A DAndroid.mk22 # we are capable of running dex preopt on the host.

Completed in 137 milliseconds