Searched defs:enmMatchingMethod (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dusbfilter.h248 USBLIB_DECL(bool) USBFilterIsMethodUsingNumericValue(USBFILTERMATCH enmMatchingMethod); variable
249 USBLIB_DECL(bool) USBFilterIsMethodUsingStringValue(USBFILTERMATCH enmMatchingMethod); variable
250 USBLIB_DECL(bool) USBFilterIsMethodNumeric(USBFILTERMATCH enmMatchingMethod); variable
251 USBLIB_DECL(bool) USBFilterIsMethodString(USBFILTERMATCH enmMatchingMethod); variable
/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBFilter.cpp1716 * @param enmMatchingMethod The matching method.
1718 USBLIB_DECL(bool) USBFilterIsMethodUsingNumericValue(USBFILTERMATCH enmMatchingMethod) argument
1720 switch (enmMatchingMethod)
1723 AssertMsgFailed(("%d\n", enmMatchingMethod));
1745 * @param enmMatchingMethod The matching method.
1747 USBLIB_DECL(bool) USBFilterIsMethodUsingStringValue(USBFILTERMATCH enmMatchingMethod) argument
1749 switch (enmMatchingMethod)
1752 AssertMsgFailed(("%d\n", enmMatchingMethod));
1774 * @param enmMatchingMethod The matching method.
1776 USBLIB_DECL(bool) USBFilterIsMethodNumeric(USBFILTERMATCH enmMatchingMethod) argument
1788 USBFilterIsMethodString(USBFILTERMATCH enmMatchingMethod) argument
[all...]

Completed in 45 milliseconds