Home
last modified time | relevance | path

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

/external/autotest/client/cros/chameleon/
Dchameleon.py163 chameleond_proxy = six.moves.xmlrpc_client.ServerProxy(remote, allow_none=True)
167 getattr(chameleond_proxy, self._ready_test_name)()
172 return chameleond_proxy
572 def __init__(self, chameleond_proxy, port_id): argument
578 self.chameleond_proxy = chameleond_proxy
595 return self.chameleond_proxy.GetConnectorType(self.port_id)
603 return self.chameleond_proxy.HasAudioSupport(self.port_id)
611 return self.chameleond_proxy.HasVideoSupport(self.port_id)
617 self.chameleond_proxy.Plug(self.port_id)
623 self.chameleond_proxy.Unplug(self.port_id)
[all …]