Home
last modified time | relevance | path

Searched refs:host (Results 1 – 23 of 23) sorted by relevance

/system/core/adb/
DSERVICES.TXT7 host:version
14 host:kill
19 host:devices
20 host:devices-l
27 host:track-devices
28 This is a variant of host:devices which doesn't close the
35 host:emulator:<port>
45 host:transport:<serial-number>
51 host:transport-usb
53 to the host machine. This will fail if there are more than one such
[all …]
Dservices.c426 static void connect_device(char* host, char* buffer, int buffer_size) in connect_device() argument
429 char* portstr = strchr(host, ':'); in connect_device()
434 strncpy(hostbuf, host, sizeof(hostbuf) - 1); in connect_device()
436 if (portstr - host >= (ptrdiff_t)sizeof(hostbuf)) { in connect_device()
437 snprintf(buffer, buffer_size, "bad host name %s", host); in connect_device()
441 hostbuf[portstr - host] = 0; in connect_device()
454 snprintf(buffer, buffer_size, "unable to connect to %s:%d", host, port); in connect_device()
530 char *host = cookie; in connect_service() local
532 if (!strncmp(host, "emu:", 4)) { in connect_service()
533 connect_emulator(host + 4, buf, sizeof(buf)); in connect_service()
[all …]
DOVERVIEW.TXT8 connected to or running on a given host developer machine
18 This is a background process that runs on the host machine. Its purpose
36 few services for clients that run on the host.
49 or a script. It first tries to locate the ADB server on the host machine,
95 The 'host:' prefix is used to indicate that the request is addressed
107 3. As a special exception, for 'host:version', a 4-byte
114 For example, the case of the 'host:transport:<serialnumber>' request,
129 - Local transports, for emulators running on the host, connected to
Dprotocol.txt5 various streams between the host computer and client device (in either
13 The host side becomes a simple comms bridge with no "UI", which will
73 where systemtype is "bootloader", "device", or "host", serialno is some
109 * "tcp:<host>:<port>" - host may be omitted to indicate localhost
110 * "udp:<host>:<port>" - host may be omitted to indicate localhost
241 the client device could ask the host computer to setup inbound socket
259 Port 5037 is used for smart sockets which allow a client on the host
260 side to request access to a service in the host adb daemon or in the
Dtransport_local.c118 const char *host = getenv("ADBHOST"); in local_connect_arbitrary_ports() local
119 if (host) { in local_connect_arbitrary_ports()
120 fd = socket_network_client(host, adb_port, SOCK_STREAM); in local_connect_arbitrary_ports()
DAndroid.mk50 LOCAL_C_INCLUDES += development/host/windows/usb/api/
Dsysdeps.h171 extern int socket_network_client(const char *host, int port, int type);
Dsysdeps_win32.c662 int socket_network_client(const char *host, int port, int type) in socket_network_client() argument
675 hp = gethostbyname(host); in socket_network_client()
699 …D( "socket_network_client: host '%s' port %d type %s => fd %d\n", host, port, type != SOCK_STREAM … in socket_network_client()
/system/netd/
DSecondaryTableController.h53 int addHostExemption(const char *host);
54 int removeHostExemption(const char *host);
71 int setHostExemption(const char *host, bool add);
DSecondaryTableController.cpp538 int SecondaryTableController::addHostExemption(const char *host) { in addHostExemption() argument
539 return setHostExemption(host, true); in addHostExemption()
542 int SecondaryTableController::removeHostExemption(const char *host) { in removeHostExemption() argument
543 return setHostExemption(host, false); in removeHostExemption()
546 int SecondaryTableController::setHostExemption(const char *host, bool add) { in setHostExemption() argument
549 getVersion(host), in setHostExemption()
555 host, in setHostExemption()
DDnsProxyListener.h45 char* host,
DMDnsSdListener.cpp156 const char *domain, const char *host, int port, int txtLen, void *txtRecord) { in serviceRegister() argument
159 interfaceName, serviceName, serviceType, domain, host, port, txtLen); in serviceRegister()
173 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback, in serviceRegister()
429 char *host = NULL; // will use default hostname in runCommand() local
434 serviceType, domain, host, port, textLen, textRecord); in runCommand()
DMDnsSdListener.h119 const char *host, int port, int textLen, void *txtRecord);
DDnsProxyListener.cpp51 char* host, in GetAddrInfoHandler() argument
59 mHost(host), in GetAddrInfoHandler()
/system/core/libcutils/
Dsocket_network_client.c39 int socket_network_client(const char *host, int port, int type) in socket_network_client() argument
46 hp = gethostbyname(host); in socket_network_client()
DAndroid.mk52 ashmem-host.c
/system/extras/tests/bionic/libstdc++/
DAndroid.mk44 define host-test
71 $(call host-test, $(sources))
/system/extras/tests/bionic/libc/
DAndroid.mk46 define host-test
91 $(call host-test, $(sources))
125 $(call host-test, $(sources))
135 $(call host-test, $(sources))
/system/core/include/cutils/
Dsockets.h88 extern int socket_network_client(const char *host, int port, int type);
/system/extras/tests/sdcard/
DREADME5 measurment data back to the host (sdcard_perf_test).
6 * A host python script to plot the data.
/system/core/fastboot/
DAndroid.mk49 LOCAL_C_INCLUDES += development/host/windows/usb/api
Dfastboot_protocol.txt17 * The protocol is entirely host-driven and synchronous (unlike the
47 3. Data phase. Depending on the command, the host or client will
/system/core/init/
Dreadme.txt153 Set the host name.