Home
last modified time | relevance | path

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

/external/autotest/client/cros/multimedia/
Dusb_facade_native.py137 def __init__(self, hcd_id, hcd_path): argument
144 logging.debug('hcd id: %s, hcd path: %s', hcd_id, hcd_path)
145 self._hcd_id = hcd_id
249 hcd_id = _get_dir_name(os.path.realpath(search_root_path))
250 hcd_ids.add(hcd_id)
277 for hcd_id in self._hcd_ids:
279 glob_pattern = glob_pattern % hcd_id
292 HostControllerDriver(hcd_id=hcd_id, hcd_path=hcd_path))