Home
last modified time | relevance | path

Searched refs:ifc_match_func (Results 1 – 5 of 5) sorted by relevance

/system/core/fastboot/
Dusb.h56 typedef int (*ifc_match_func)(usb_ifc_info *ifc); typedef
58 Transport* usb_open(ifc_match_func callback);
Dusb_windows.cpp88 int recognized_device(usb_handle* handle, ifc_match_func callback);
263 int recognized_device(usb_handle* handle, ifc_match_func callback) { in recognized_device()
314 static std::unique_ptr<usb_handle> find_usb_device(ifc_match_func callback) { in find_usb_device()
360 Transport* usb_open(ifc_match_func callback) in usb_open()
Dusb_linux.cpp136 ifc_match_func callback, in filter_usb_device()
329 static std::unique_ptr<usb_handle> find_usb_device(const char* base, ifc_match_func callback) in find_usb_device()
479 Transport* usb_open(ifc_match_func callback) in usb_open()
Dusb_osx.cpp59 ifc_match_func callback;
410 static int init_usb(ifc_match_func callback, std::unique_ptr<usb_handle>* handle) { in init_usb()
483 Transport* usb_open(ifc_match_func callback) { in usb_open()
Dusbtest.cpp129 ifc_match_func match;