/system/core/adb/ |
D | SERVICES.TXT | 7 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 …]
|
D | services.c | 426 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 …]
|
D | OVERVIEW.TXT | 8 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
|
D | protocol.txt | 5 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
|
D | transport_local.c | 118 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()
|
D | Android.mk | 50 LOCAL_C_INCLUDES += development/host/windows/usb/api/
|
D | sysdeps.h | 171 extern int socket_network_client(const char *host, int port, int type);
|
D | sysdeps_win32.c | 662 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/ |
D | SecondaryTableController.h | 53 int addHostExemption(const char *host); 54 int removeHostExemption(const char *host); 71 int setHostExemption(const char *host, bool add);
|
D | SecondaryTableController.cpp | 538 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()
|
D | DnsProxyListener.h | 45 char* host,
|
D | MDnsSdListener.cpp | 156 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()
|
D | MDnsSdListener.h | 119 const char *host, int port, int textLen, void *txtRecord);
|
D | DnsProxyListener.cpp | 51 char* host, in GetAddrInfoHandler() argument 59 mHost(host), in GetAddrInfoHandler()
|
/system/core/libcutils/ |
D | socket_network_client.c | 39 int socket_network_client(const char *host, int port, int type) in socket_network_client() argument 46 hp = gethostbyname(host); in socket_network_client()
|
D | Android.mk | 52 ashmem-host.c
|
/system/extras/tests/bionic/libstdc++/ |
D | Android.mk | 44 define host-test 71 $(call host-test, $(sources))
|
/system/extras/tests/bionic/libc/ |
D | Android.mk | 46 define host-test 91 $(call host-test, $(sources)) 125 $(call host-test, $(sources)) 135 $(call host-test, $(sources))
|
/system/core/include/cutils/ |
D | sockets.h | 88 extern int socket_network_client(const char *host, int port, int type);
|
/system/extras/tests/sdcard/ |
D | README | 5 measurment data back to the host (sdcard_perf_test). 6 * A host python script to plot the data.
|
/system/core/fastboot/ |
D | Android.mk | 49 LOCAL_C_INCLUDES += development/host/windows/usb/api
|
D | fastboot_protocol.txt | 17 * 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/ |
D | readme.txt | 153 Set the host name.
|