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

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp203 USBProxyService *pUSBProxyService; member in struct:Host::Data
278 m->pUSBProxyService = new USBProxyServiceDarwin(this);
280 m->pUSBProxyService = new USBProxyServiceLinux(this);
282 m->pUSBProxyService = new USBProxyServiceOs2(this);
284 m->pUSBProxyService = new USBProxyServiceSolaris(this);
286 m->pUSBProxyService = new USBProxyServiceWindows(this);
288 m->pUSBProxyService = new USBProxyServiceFreeBSD(this);
290 m->pUSBProxyService = new USBProxyService(this);
292 hrc = m->pUSBProxyService->init();
486 delete m->pUSBProxyService;
[all...]

Completed in 37 milliseconds