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.py339 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
352 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
369 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
385 port_device = hub_type.GetPhysicalPortToNodeTuples(device)
Dusb_hubs.py42 def GetPhysicalPortToNodeTuples(self, node): member in HubType