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

/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp129 * @param aUSBDevices Where to store the pointer to the collection.
135 HRESULT USBProxyService::getDeviceCollection(std::vector<ComPtr<IHostUSBDevice> > &aUSBDevices) argument
141 aUSBDevices.resize(mDevices.size());
144 aUSBDevices[i] = *it;
H A DHostImpl.cpp799 HRESULT Host::getUSBDevices(std::vector<ComPtr<IHostUSBDevice> > &aUSBDevices) argument
808 return m->pUSBProxyService->getDeviceCollection(aUSBDevices);
813 NOREF(aUSBDevices);
815 NOREF(aUSBDevices);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1956 HRESULT Console::getUSBDevices(std::vector<ComPtr<IUSBDevice> > &aUSBDevices) argument
1961 aUSBDevices.resize(mUSBDevices.size());
1963 (*it).queryInterfaceTo(aUSBDevices[i].asOutParam());

Completed in 225 milliseconds