Lines Matching refs:local
56 host:transport-local
77 host-local:<request>
99 <host-prefix>:forward:<local>;<remote>
100 Asks the ADB server to forward local connections from <local>
104 host-serial/host-usb/host-local/host prefixes as described previously
107 the format of <local> is one of:
110 local:<path> -> Unix local domain socket on <path>
115 local:<path> -> Unix local domain socket on device
118 or even any one of the local services described below.
120 <host-prefix>:forward:norebind:<local>;<remote>
121 Same as <host-prefix>:forward:<local>;<remote> except that it will
122 fail it there is already a forward connection from <local>.
124 Used to implement 'adb forward --no-rebind <local> <remote>'
126 <host-prefix>:killforward:<local>
127 Remove any existing forward local connection from <local>.
128 This is used to implement 'adb forward --remove <local>'
141 <serial> " " <local> " " <remote> "\n"
144 <local> is the host-specific endpoint (e.g. tcp:9000).
192 local:<path>
198 Variants of local:<path> that are used to access other Android
250 forward:<local>;<remote>
251 forward:norebind:<local>;<remote>
253 killforward:<local>
255 Note that in this case, <local> corresponds to the socket on the device