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

/vbox/src/VBox/Main/src-server/win/
H A DUSBProxyServiceWindows.cpp40 USBProxyServiceWindows::USBProxyServiceWindows(Host *aHost) function in class:USBProxyServiceWindows
52 HRESULT USBProxyServiceWindows::init(void)
91 USBProxyServiceWindows::~USBProxyServiceWindows()
113 void *USBProxyServiceWindows::insertFilter(PCUSBFILTER aFilter)
117 LogFlow(("USBProxyServiceWindows::insertFilter()\n"));
121 LogFlow(("USBProxyServiceWindows::insertFilter(): returning pvId=%p\n", pvId));
127 void USBProxyServiceWindows::removeFilter(void *aID)
129 LogFlow(("USBProxyServiceWindows
[all...]
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h331 class USBProxyServiceWindows : public USBProxyService class in inherits:USBProxyService
334 USBProxyServiceWindows(Host *aHost);
336 ~USBProxyServiceWindows();

Completed in 32 milliseconds