Searched refs:USBProxyService (Results 1 - 15 of 15) 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...]
H A DUSBDeviceFiltersImpl.cpp27 # include "USBProxyService.h"
382 USBProxyService *pProxySvc = m->pHost->i_usbProxyService();
448 USBProxyService *pProxySvc = m->pHost->i_usbProxyService();
588 USBProxyService *pProxySvc = m->pHost->i_usbProxyService();
830 USBProxyService *pProxySvc = m->pHost->i_usbProxyService();
1028 USBProxyService *pProxySvc = m->pHost->i_usbProxyService();
H A DHostUSBDeviceImpl.cpp25 #include "USBProxyService.h"
64 HRESULT HostUSBDevice::init(PUSBDEVICE aUsb, USBProxyService *aUSBProxyService)
117 USBProxyService::freeDevice(mUsb);
1137 USBProxyService::freeDevice(mUsb);
1496 USBProxyService::freeDevice(mUsb);
H A DHostImpl.cpp29 # include "USBProxyService.h"
202 /** Pointer to the USBProxyService object. */
203 USBProxyService *pUSBProxyService;
290 m->pUSBProxyService = new USBProxyService(this);
1347 /* Note: HostUSBDeviceFilter and USBProxyService also uses this lock. */
1408 /* Note: HostUSBDeviceFilter and USBProxyService also uses this lock. */
2142 USBProxyService* Host::i_usbProxyService()
2240 * used by the USBProxyService.
H A DMachineImpl.cpp53 # include "USBProxyService.h"
12504 USBProxyService *service = mParent->i_host()->i_usbProxyService();
13160 USBProxyService *service = mParent->i_host()->i_usbProxyService();
13178 USBProxyService *service = mParent->i_host()->i_usbProxyService();
13205 USBProxyService *service = mParent->i_host()->i_usbProxyService();
13232 USBProxyService *service = mParent->i_host()->i_usbProxyService();
/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
H A DHostUSBDeviceImpl.h23 /* #include "USBProxyService.h" circular on Host/HostUSBDevice, the includer
31 class USBProxyService;
181 HRESULT init(PUSBDEVICE aUsb, USBProxyService *aUSBProxyService);
292 USBProxyService *mUSBProxyService;
307 friend class USBProxyService;
H A DHostImpl.h24 class USBProxyService;
72 USBProxyService* i_usbProxyService();
/vbox/src/VBox/Main/src-server/win/
H A DUSBProxyServiceWindows.cpp22 #include "USBProxyService.h"
41 : USBProxyService(aHost), mhEventInterrupt(INVALID_HANDLE_VALUE)
228 return USBProxyService::updateDeviceState(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
/vbox/src/VBox/Main/src-server/darwin/
H A DUSBProxyServiceDarwin.cpp22 #include "USBProxyService.h"
42 : USBProxyService(aHost), mServiceRunLoopRef(NULL), mNotifyOpaque(NULL), mWaitABitNextTime(false), mUSBLibInitialized(false)
266 return USBProxyService::updateDeviceState(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
328 USBProxyService::freeDevice(pCur);
/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp22 #include "USBProxyService.h"
63 : USBProxyService(aHost), mhFile(NIL_RTFILE), mhWakeupPipeR(NIL_RTPIPE),
278 * See USBProxyService::deviceAdded for details.
294 USBProxyService::deviceAdded(aDevice, llOpenedMachines, aUSBDevice);
360 return USBProxyService::wait(aMillies);
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp22 #include "USBProxyService.h"
57 : USBProxyService(aHost), mUSBLibInitialized(false)
450 return USBProxyService::updateDeviceState(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
460 USBProxyService::freeDevice(pDevice);
/vbox/src/VBox/Main/src-server/freebsd/
H A DUSBProxyServiceFreeBSD.cpp22 #include "USBProxyService.h"
62 : USBProxyService(aHost)
162 * See USBProxyService::deviceAdded for details.
167 USBProxyService::deviceAdded(aDevice, llOpenedMachines, aUSBDevice);
/vbox/src/VBox/Main/src-server/os2/
H A DUSBProxyServiceOs2.cpp24 #include "USBProxyService.h"
41 : USBProxyService(aHost), mhev(NULLHANDLE), mhmod(NULLHANDLE),

Completed in 102 milliseconds