Home
last modified time | relevance | path

Searched refs:host_command_port (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/python/controllers/
Dandroid_device.py412 self.host_command_port = None
432 if self.host_command_port:
433 self.adb.forward("--remove tcp:%s" % self.host_command_port,
435 self.host_command_port = None
1181 if not self.host_command_port:
1182 self.host_command_port = adb.get_available_host_port()
1183 self.adb.tcp_forward(self.host_command_port,
1186 self.host_command_port, self.host_callback_port, True)
1187 self.lib = mirror_tracker.MirrorTracker(self.host_command_port)
1189 host_command_port=self.host_command_port, adb=self.adb)
[all …]
/test/vts/utils/python/mirror/
Dmirror_tracker.py51 host_command_port, argument
55 self._host_command_port = host_command_port