Searched refs:host_command_port (Results 1 – 2 of 2) sorted by relevance
399 self.host_command_port = None419 if self.host_command_port:420 self.adb.forward("--remove tcp:%s" % self.host_command_port,422 self.host_command_port = None1154 if not self.host_command_port:1155 self.host_command_port = adb.get_available_host_port()1156 self.adb.tcp_forward(self.host_command_port,1159 self.host_command_port, self.host_callback_port, True)1160 self.lib = mirror_tracker.MirrorTracker(self.host_command_port)1162 host_command_port=self.host_command_port, adb=self.adb)[all …]
51 host_command_port, argument55 self._host_command_port = host_command_port