Searched refs:USBFilterMatchRated (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/
H A Dusbfilter.h224 USBLIB_DECL(int) USBFilterMatchRated(PCUSBFILTER pFilter, PCUSBFILTER pDevice);
/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBFilter.cpp751 return USBFilterMatchRated(pFilter, pDevice) > 0;
775 USBLIB_DECL(int) USBFilterMatchRated(PCUSBFILTER pFilter, PCUSBFILTER pDevice) function
778 dprintf(("USBFilterMatchRated: %p %p\n", pFilter, pDevice));
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp958 int iRate = USBFilterMatchRated(&Filter, &Device);

Completed in 1524 milliseconds