Searched refs:usb_open (Results 1 – 7 of 7) sorted by relevance
67 UsbTransport* usb_open(ifc_match_func callback, uint32_t timeout_ms = 0);
384 UsbTransport* usb_open(ifc_match_func callback, uint32_t) { in usb_open() function
464 UsbTransport* usb_open(ifc_match_func callback, uint32_t timeout_ms) { in usb_open() function
506 UsbTransport* usb_open(ifc_match_func callback, uint32_t timeout_ms) { in usb_open() function
349 transport = usb_open(match_fastboot); in open_device()368 usb_open(list_devices_callback); in list_devices()
131 std::unique_ptr<UsbTransport> usb(usb_open(matcher, USB_TIMEOUT)); in SetUp()215 std::unique_ptr<UsbTransport> usb(usb_open(matcher, USB_TIMEOUT)); in ReconnectFastbootDevice()
171 transport = usb_open(matcher); in TEST()1799 transport = usb_open(matcher); in main()