Lines Matching refs:on
3 to understand what's going on here.
48 be sent directly to the adbd daemon running on the device.
63 either the device or emulator connect to/running on the host.
79 running on the host. This will fail if there is none or more than one.
83 interpreted as 'any single device or emulator connected to/running on
101 to the <remote> address on a given device.
109 tcp:<port> -> TCP connection on localhost:<port>
110 local:<path> -> Unix local domain socket on <path>
114 tcp:<port> -> TCP localhost:<port> on device
115 local:<path> -> Unix local domain socket on device
116 jdwp:<pid> -> JDWP thread on VM process <pid>
156 Run 'command arg1 arg2 ...' in a shell on the device, and return
165 Start an interactive shell session on the device. Redirect
175 This request may not succeed on certain builds which do not allow
181 privileges and thus may not run on all devices. <path> is a full
185 Tries to connect to tcp port <port> on localhost.
188 Tries to connect to tcp port <port> on machine <server-name> from
190 issues that can only be revealed on the device itself.
193 Tries to connect to a Unix domain socket <path> on the device
235 on the device/emulator.
255 Note that in this case, <local> corresponds to the socket on the device
256 and <remote> corresponds to the socket on the host.