Lines Matching refs:is
5 The Android Debug Bridge (ADB) is used to:
18 This is a background process that runs on the host machine. Its purpose
19 is to sense the USB ports to know when devices are attached/removed,
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
39 connected to the adbd program within it. Otherwise, the device is OFFLINE,
48 The 'adb' command-line program is used to run adb commands from a shell
50 and will start one automatically if none is found.
54 Currently, a single 'adb' binary is used for both the server and client.
64 communicate with a device at all. A typical example is "adb devices"
65 that is used to return the list of currently known devices and their
70 it on the device. The ADB server is used to multiplex streams
72 its role is to initiate the connection, then of being a pass-through
94 The 'host:' prefix is used to indicate that the request is addressed
96 The content length is encoded in ASCII for easier debugging.
106 Note that the connection is still alive after an OKAY, which allows the
111 where '<serialnumber>' is used to identify a given device/emulator; after
134 unexpected transport disconnections (e.g. when a device is physically