HomeSort by relevance Sort by last modified time
    Searched refs:ifc_match_func (Results 1 - 5 of 5) sorted by null

  /system/core/fastboot/
usb.h 59 typedef int (*ifc_match_func)(usb_ifc_info *ifc); typedef
61 usb_handle *usb_open(ifc_match_func callback);
usb_windows.c 70 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)
usb_linux.c 99 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)
usb_osx.c 56 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) {
usbtest.c 129 ifc_match_func match;

Completed in 59 milliseconds