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

/system/core/fastboot/
H A Dusb.h59 typedef int (*ifc_match_func)(usb_ifc_info *ifc); typedef
61 usb_handle *usb_open(ifc_match_func callback);
H A Dusb_windows.c70 int recognized_device(usb_handle* handle, ifc_match_func callback);
272 int recognized_device(usb_handle* handle, ifc_match_func callback) {
323 static usb_handle *find_usb_device(ifc_match_func callback) {
370 usb_handle *usb_open(ifc_match_func callback)
H A Dusb_linux.c99 ifc_match_func callback,
244 static usb_handle *find_usb_device(const char *base, ifc_match_func callback)
432 usb_handle *usb_open(ifc_match_func callback)
H A Dusb_osx.c56 ifc_match_func callback;
381 static int init_usb(ifc_match_func callback, usb_handle **handle) {
454 usb_handle *usb_open(ifc_match_func callback) {
H A Dusbtest.c129 ifc_match_func match;

Completed in 23 milliseconds