Searched refs:host (Results 1 - 17 of 17) 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.mk56 ashmem-host.c
59 # they correspond to features not used by our host development tools
89 # Static library for host
99 # Static library for host, 64-bit
/system/core/libzipfile/
H A DAndroid.mk3 # build host static library
/system/netd/
H A DDnsProxyListener.h39 // Note: All of host, service, and hints may be NULL
41 char* host,
45 mHost(host),
40 GetAddrInfoHandler(SocketClient *c, char* host, char* service, struct addrinfo* hints) argument
H A DMDnsSdListener.h119 const char *host, int port, int textLen, void *txtRecord);
H A DMDnsSdListener.cpp156 const char *domain, const char *host, int port, int txtLen, void *txtRecord) {
159 interfaceName, serviceName, serviceType, domain, host, port, txtLen);
173 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback,
429 char *host = NULL; // will use default hostname local
434 serviceType, domain, host, port, textLen, textRecord);
154 serviceRegister(SocketClient *cli, int requestId, const char *interfaceName, const char *serviceName, const char *serviceType, const char *domain, const char *host, int port, int txtLen, void *txtRecord) argument
/system/core/adb/
H A DAndroid.mk8 # adb host tool
49 LOCAL_C_INCLUDES += development/host/windows/usb/api/
137 # adb host tool for device-as-host
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 Dadb.c288 return snprintf(buf, bufsize, "host::") + 1;
708 // It's non-sensical to support the "reserved" space on the adb host side
1237 void connect_device(char* host, char* buffer, int buffer_size) argument
1240 char* portstr = strchr(host, ':');
1244 strncpy(hostbuf, host, sizeof(hostbuf) - 1);
1246 if (portstr - host >= (ptrdiff_t)sizeof(hostbuf)) {
1247 snprintf(buffer, buffer_size, "bad host name %s", host);
1250 // zero terminate the host at the point we found the colon
1251 hostbuf[portstr - host]
1398 char* host = service + 8; local
[all...]
H A Dsysdeps.h171 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/ext4_utils/
H A DAndroid.mk18 # -- All host/targets including windows
54 # -- All host/targets excluding windows
/system/extras/tests/bionic/libc/
H A DAndroid.mk43 # same as 'device-test' but builds a host executable instead
46 define host-test
91 $(call host-test, $(sources))
125 $(call host-test, $(sources))
135 $(call host-test, $(sources))
/system/core/fastboot/
H A DAndroid.mk48 LOCAL_C_INCLUDES += development/host/windows/usb/api
/system/core/rootdir/
H A DAndroid.mk26 # we are capable of running dex preopt on the host.

Completed in 140 milliseconds