Home
last modified time | relevance | path

Searched refs:usb_open (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/core/fastboot/
H A Dusb.h67 UsbTransport* usb_open(ifc_match_func callback, uint32_t timeout_ms = 0);
H A Dusb_windows.cpp384 UsbTransport* usb_open(ifc_match_func callback, uint32_t) { in usb_open() function
H A Dusb_osx.cpp464 UsbTransport* usb_open(ifc_match_func callback, uint32_t timeout_ms) { in usb_open() function
H A Dusb_linux.cpp506 UsbTransport* usb_open(ifc_match_func callback, uint32_t timeout_ms) { in usb_open() function
H A Dfastboot.cpp349 transport = usb_open(match_fastboot); in open_device()
368 usb_open(list_devices_callback); in list_devices()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp131 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()
H A Dmain.cpp171 transport = usb_open(matcher); in TEST()
1799 transport = usb_open(matcher); in main()