Lines Matching refs:local
52 host:transport-local
73 host-local:<request>
95 <host-prefix>:forward:<local>;<remote>
96 Asks the ADB server to forward local connections from <local>
100 host-serial/host-usb/host-local/host prefixes as described previously
103 the format of <local> is one of:
106 local:<path> -> Unix local domain socket on <path>
111 local:<path> -> Unix local domain socket on device
114 or even any one of the local services described below.
116 <host-prefix>:forward:norebind:<local>;<remote>
117 Same as <host-prefix>:forward:<local>;<remote> except that it will
118 fail it there is already a forward connection from <local>.
120 Used to implement 'adb forward --no-rebind <local> <remote>'
122 <host-prefix>:killforward:<local>
123 Remove any existing forward local connection from <local>.
124 This is used to implement 'adb forward --remove <local>'
137 <serial> " " <local> " " <remote> "\n"
140 <local> is the host-specific endpoint (e.g. tcp:9000).
188 local:<path>
194 Variants of local:<path> that are used to access other Android
246 forward:<local>;<remote>
247 forward:norebind:<local>;<remote>
249 killforward:<local>
251 Note that in this case, <local> corresponds to the socket on the device