Lines Matching refs:server
16 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
82 server itself. The ADB server listens on TCP:localhost:5037.
89 For example, to query the ADB server for its internal version number,
96 to the server itself (we will talk about other kinds of requests later).
99 The server should answer a request with one of the following:
108 hex string corresponding to the server's internal version number
124 An ADB transport models a connection between the ADB server and one device
130 the server through TCP
133 a connection between an ADB server and a device/emulator connected to/
137 and the device/emulator they point to. The ADB server must handle