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.mk52 ashmem-host.c
55 # they correspond to features not used by our host development tools
84 # Static library for host
/system/core/libacc/tests/
H A DAndroid.mk3 # Executable for host
41 # Runtime tests for host
/system/core/libacc/
H A DAndroid.mk14 # Static library for host
/system/core/libzipfile/
H A DAndroid.mk3 # build host static library
/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.h57 #else /* for the host, which may lack the almightly strncpy ... */
87 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
84 $(call host-test, $(sources))
100 $(call host-test, $(sources))
110 $(call host-test, $(sources))
/system/core/adb/
H A DAndroid.mk8 # adb host tool
49 LOCAL_C_INCLUDES += development/host/windows/usb/api/
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);
H A Dadb.c224 HOST ? "host" : adb_device_banner);
486 // It's non-sensical to support the "reserved" space on the adb host side
979 void connect_device(char* host, char* buffer, int buffer_size) argument
982 char* portstr = strchr(host, ':');
986 strncpy(hostbuf, host, sizeof(hostbuf) - 1);
988 if (portstr - host >= sizeof(hostbuf)) {
989 snprintf(buffer, buffer_size, "bad host name %s", host);
992 // zero terminate the host at the point we found the colon
993 hostbuf[portstr - host]
1137 char* host = service + 8; local
[all...]
H A Dsysdeps.h169 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/core/fastboot/
H A DAndroid.mk47 LOCAL_C_INCLUDES += development/host/windows/usb/api
/system/core/rootdir/
H A DAndroid.mk18 # we are capable of running dex preopt on the host.
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dtnetw_sdio.c28 #include <linux/mmc/host.h>
/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
H A DSdioDrv.c508 static void OMAP3430_mmc_set_clock(unsigned int clock, OMAP3430_sdiodrv_t *host) argument
711 as the transactions host buffer. */

Completed in 179 milliseconds