Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb.h58 Transport* usb_open(ifc_match_func callback);
Dusbtest.cpp193 usb = usb_open(tests[i].match); in main()
Dusb_windows.cpp360 Transport* usb_open(ifc_match_func callback) in usb_open() function
Dusb_linux.cpp479 Transport* usb_open(ifc_match_func callback) in usb_open() function
Dusb_osx.cpp483 Transport* usb_open(ifc_match_func callback) { in usb_open() function
Dfastboot.cpp288 transport = usb_open(match_fastboot); in open_device()
307 usb_open(list_devices_callback); in list_devices()