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

  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices.py 326 for hub_type in hub_types:
327 if hub_type.IsType(device):
328 yield (device, hub_type)
331 def GetPhysicalPortToNodeMap(hub, hub_type):
335 hub_type: [usb_hubs.HubType] Which type of hub it is.
340 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
344 def GetPhysicalPortToBusDeviceMap(hub, hub_type):
348 hub_type: [usb_hubs.HubType] Which type of hub it is.
353 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
358 def GetPhysicalPortToSerialMap(hub, hub_type)
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/utils/
find_usb_devices.py 317 for hub_type in hub_types:
318 if hub_type.IsType(device):
319 yield (device, hub_type)
322 def GetPhysicalPortToNodeMap(hub, hub_type):
326 hub_type: [usb_hubs.HubType] Which type of hub it is.
331 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
335 def GetPhysicalPortToBusDeviceMap(hub, hub_type):
339 hub_type: [usb_hubs.HubType] Which type of hub it is.
344 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
349 def GetPhysicalPortToSerialMap(hub, hub_type)
    [all...]

Completed in 336 milliseconds