Home
last modified time | relevance | path

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

/tools/acloud/reconnect/
Dreconnect.py117 utils.LaunchVncClient(vnc_port, match.group(1), match.group(2))
119 utils.LaunchVncClient(vnc_port)
/tools/acloud/internal/lib/
Dutils.py967 LaunchVncClient(device.get(constants.VNC_PORT),
1012 def LaunchVncClient(port, avd_width=None, avd_height=None, no_prompts=False): function