Lines Matching refs:ADB
1 Implementation notes regarding ADB.
5 The Android Debug Bridge (ADB) is used to:
12 DDMS). These commands are called 'services' in ADB.
16 1. The ADB server
26 The ADB server is really one giant multiplexing loop whose purpose is
31 2. The ADB daemon (adbd)
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
46 3. The ADB command-line client
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.
63 These services run within the ADB Server and thus do not need to
70 it on the device. The ADB server is used to multiplex streams
80 This details the protocol used between ADB clients and the ADB
81 server itself. The ADB server listens on TCP:localhost:5037.
88 For example, to query the ADB server for its internal version number,
115 The file SERVICES.TXT lists all services currently implemented by ADB.
120 An ADB transport models a connection between the ADB server and one device
129 a connection between an ADB server and a device/emulator connected to/
133 and the device/emulator they point to. The ADB server must handle