Searched defs:USBDeviceNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
H A Dfind_usb_devices.py107 device: [USBDeviceNode] Device to add.
138 [USBDeviceNode] Node that is found.
146 class USBDeviceNode(USBNode): class in inherits:USBNode
156 super(USBDeviceNode, self).__init__()
210 port_to_dev: [dict(int:USBDeviceNode)]
290 new_device = USBDeviceNode(bus_num=bus_num,
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dfind_usb_devices.py101 device: [USBDeviceNode] Device to add.
132 [USBDeviceNode] Node that is found.
140 class USBDeviceNode(USBNode): class in inherits:USBNode
150 super(USBDeviceNode, self).__init__()
204 port_to_dev: [dict(int:USBDeviceNode)]
284 new_device = USBDeviceNode(bus_num=bus_num,

Completed in 175 milliseconds