Lines Matching refs:is

11     Ask the ADB server to quit immediately. This is used when the
12 ADB client detects that an obsolete server is running after an
19 After the OKAY, this is followed by a 4-byte hex len,
20 and a string that will be dumped as-is by the client, then
21 the connection is closed
27 connection. Instead, a new device list description is sent
28 each time a device is added/removed or the state of a given
30 Variant [-proto-binary] is binary protobuf format.
31 Variant [-proto-text] is text protobuf format.
34 This is a special query that is sent to the ADB server when a
35 new emulator starts up. <port> is a decimal number corresponding
56 This will fail if there is more than one such emulator instance
62 Will fail if there is more than one such device/emulator available.
66 This is a special form of query, where the 'host-serial:<serial-number>:'
67 prefix can be used to indicate that the client is asking the ADB server
73 to the host. This will fail if there is none or more than one.
77 running on the host. This will fail if there is none or more than one.
102 the format of <local> is one of:
107 the format of <remote> is one of:
118 fail it there is already a forward connection from <local>.
124 This is used to implement 'adb forward --remove <local>'
128 This is used to implement 'adb forward --remove-all'.
139 Where <serial> is a device serial number.
140 <local> is the host-specific endpoint (e.g. tcp:9000).
141 <remote> is the device-specific endpoint.
158 Note that this is the non-interactive version of "adb shell"
184 instead of read-only. This is usually necessary before performing
193 privileges and thus may not run on all devices. <path> is a full
194 path from the root of the filesystem. Besides debugging this is
197 non-trivial protocol is needed and adb shell is not suitable. Use
203 is opened in raw tty mode. Useful when default tty settings
204 interferes with protocol that is used to control the device.
224 This service is used to send snapshots of the framebuffer to a client.
235 With the current implementation, depth is always 16, and
236 size is always width*height*2
243 the framebuffer device, the connection is simply closed immediately.
249 This is used to send the list of JDWP pids periodically to the client.
250 The format of the returned data is the following:
256 This service is used by DDMS to know which debuggable processes are running
259 Note that there is no single-shot service to retrieve the list only once.
263 app is profileable and its architecture. Each time the list changes,
264 a new messeage is sent (this service never stops).
285 and "adb pull". Since this service is pretty complex, it will be detailed
290 socket connections from a device to the host. <forward-command> is one
302 The output of reverse:list-forward is the same as host:list-forward