Searched defs:USBProxyService (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstUSBProxyLinux.cpp22 #include "USBProxyService.h"
33 USBProxyService::USBProxyService(Host*) {} function in class:USBProxyService
34 USBProxyService::~USBProxyService() {}
35 HRESULT USBProxyService::init() { return S_OK; }
36 int USBProxyService::start() { return VINF_SUCCESS; }
37 int USBProxyService::stop() { return VINF_SUCCESS; }
38 RWLockHandle *USBProxyService::lockHandle() const { return NULL; }
39 void *USBProxyService
[all...]
/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp18 #include "USBProxyService.h"
39 USBProxyService::USBProxyService(Host *aHost) function in class:USBProxyService
49 HRESULT USBProxyService::init(void)
58 USBProxyService::~USBProxyService()
74 bool USBProxyService::isActive(void)
86 int USBProxyService::getLastError(void)
100 HRESULT USBProxyService::getLastErrorMessage(BSTR *aError)
117 RWLockHandle *USBProxyService
[all...]
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h33 class USBProxyService class in inherits:VirtualBoxTranslatable
37 USBProxyService(Host *aHost);
39 virtual ~USBProxyService();
149 class USBProxyServiceDarwin : public USBProxyService
205 : public USBProxyService
256 class USBProxyServiceOs2 : public USBProxyService
298 class USBProxyServiceSolaris : public USBProxyService
331 class USBProxyServiceWindows : public USBProxyService
360 class USBProxyServiceFreeBSD : public USBProxyService

Completed in 44 milliseconds