Home
last modified time | relevance | path

Searched refs:server (Results 1 – 10 of 10) sorted by relevance

/system/core/adb/
Dtest_track_jdwp.c56 struct sockaddr_in server; in main() local
61 memset( &server, 0, sizeof(server) ); in main()
62 server.sin_family = AF_INET; in main()
63 server.sin_port = htons(5037); in main()
64 server.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in main()
67 ret = connect( s, (struct sockaddr*) &server, sizeof(server) ); in main()
Dtest_track_devices.c56 struct sockaddr_in server; in main() local
61 memset( &server, 0, sizeof(server) ); in main()
62 server.sin_family = AF_INET; in main()
63 server.sin_port = htons(5037); in main()
64 server.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in main()
67 ret = connect( s, (struct sockaddr*) &server, sizeof(server) ); in main()
DOVERVIEW.TXT16 1. The ADB server
26 The ADB server is really one giant multiplexing loop whose purpose is
34 or emulated system. Its purpose is to connect to the ADB server
38 The ADB server considers that a device is ONLINE when it has successfully
40 meaning that the ADB server detected a new device/emulator, but could not
49 or a script. It first tries to locate the ADB server on the host machine,
52 then, the client sends its service requests to the ADB server. It doesn't
55 Currently, a single 'adb' binary is used for both the server and client.
56 this makes distribution and starting the server easier.
71 it on the device. The ADB server is used to multiplex streams
[all …]
DSERVICES.TXT2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document
8 Ask the ADB server for its internal version number.
10 As a special exception, the server will respond with a 4-byte
15 Ask the ADB server to quit immediately. This is used when the
16 ADB client detects that an obsolete server is running after an
31 polling the server repeatedly.
34 This is a special query that is sent to the ADB server when a
40 This mechanism allows the ADB server to know when new emulator
67 prefix can be used to indicate that the client is asking the ADB server
95 Asks the ADB server to forward local connections from <local>
[all …]
Dprotocol.txt248 server: "OKAY"
251 server: "FAIL" <hex4> <reason>
/system/core/libnetutils/
Ddhcp_utils.c92 char *server, in fill_ip_info() argument
110 property_get(prop_name, server, NULL); in fill_ip_info()
115 strncpy(gateway, server, PROPERTY_VALUE_MAX); in fill_ip_info()
181 char *server, in dhcp_do_request() argument
234 dns1, dns2, server, lease, vendorInfo) == -1) { in dhcp_do_request()
330 char *server, in dhcp_do_request_renew() argument
369 dns1, dns2, server, lease, vendorInfo); in dhcp_do_request_renew()
Ddhcpclient.c117 uint32_t *dns1, uint32_t *dns2, uint32_t *server, in get_dhcp_info() argument
125 *server = last_good_info.serveraddr; in get_dhcp_info()
/system/core/include/netutils/
Ddhcp.h32 char *server,
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp92 static void server(void);
199 server(); in main()
222 static void server(void) in server() function
/system/core/rootdir/
Dinit.rc225 # level system server to be able to adjust the kernel OOM driver
403 service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server