HomeSort by relevance Sort by last modified time
    Searched refs:usb_hubs (Results 1 - 6 of 6) sorted by null

  /external/libmojo/third_party/catapult/devil/devil/utils/
find_usb_devices.py 11 from devil.utils import usb_hubs
311 hub_types: [iterable(usb_hubs.HubType)] Possible types of hubs.
326 hub_type: [usb_hubs.HubType] Which type of hub it is.
339 hub_type: [usb_hubs.HubType] Which type of hub it is.
354 hub_type: [usb_hubs.HubType] Which type of hub it is.
369 hub_type: [usb_hubs.HubType] Which type of hub it is.
385 hub_types: [usb_hubs.HubType] List of possible hub types.
492 for port_map in GetAllPhysicalPortToTTYMaps([usb_hubs.PLUGABLE_7PORT,
493 usb_hubs.PLUGABLE_7PORT_USB3_PART2, usb_hubs.PLUGABLE_7PORT_USB3_PART3]
    [all...]
battor_device_mapping.py 84 from devil.utils import usb_hubs
165 (see usb_hubs.py for details)
167 hub_types = [usb_hubs.GetHubType(x)
find_usb_devices_test.py 39 from devil.utils import usb_hubs
197 TEST_HUB = usb_hubs.HubType(isTestHub,
  /external/chromium-trace/catapult/devil/devil/utils/
battor_device_mapping.py 84 from devil.utils import usb_hubs
162 for all defined hub types. (see usb_hubs.py for details)
165 hub_types = [usb_hubs.GetHubType(x) for x in hub_types]
167 hub_types = usb_hubs.ALL_HUBS
find_usb_devices.py 18 from devil.utils import usb_hubs
320 hub_types: [iterable(usb_hubs.HubType)] Possible types of hubs.
335 hub_type: [usb_hubs.HubType] Which type of hub it is.
348 hub_type: [usb_hubs.HubType] Which type of hub it is.
363 hub_type: [usb_hubs.HubType] Which type of hub it is.
378 hub_type: [usb_hubs.HubType] Which type of hub it is.
394 hub_types: [usb_hubs.HubType] List of possible hub types.
508 usb_hubs.ALL_HUBS, device_tree_map=device_trees):
515 usb_hubs.ALL_HUBS, device_tree_map=device_trees):
find_usb_devices_test.py 39 from devil.utils import usb_hubs
197 TEST_HUB = usb_hubs.HubType(isTestHub,

Completed in 328 milliseconds