Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/utils/
Dfind_usb_devices.py340 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
353 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
368 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
383 port_device = hub_type.GetPhysicalPortToNodeTuples(device)
Dusb_hubs.py53 def GetPhysicalPortToNodeTuples(self, node): member in HubType