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
232 hcd_id = _get_dir_name(os.path.realpath(search_root_path))
233 hcd_ids.add(hcd_id)
260 for hcd_id in self._hcd_ids:
262 glob_pattern = glob_pattern % hcd_id
275 HostControllerDriver(hcd_id=hcd_id, hcd_path=hcd_path))