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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8574 * @param aHostDevice device to attach
8578 HRESULT Console::i_attachUSBDevice(IUSBDevice *aHostDevice, ULONG aMaskedIfs, argument
8581 AssertReturn(aHostDevice, E_FAIL);
8591 hrc = aHostDevice->COMGETTER(Address)(BstrAddress.asOutParam());
8597 hrc = aHostDevice->COMGETTER(Id)(id.asOutParam());
8602 hrc = aHostDevice->COMGETTER(Remote)(&fRemote);
8616 RemoteUSBDevice *pRemoteUSBDevice = static_cast<RemoteUSBDevice *>(aHostDevice);
8623 hrc = aHostDevice->COMGETTER(PortVersion)(&portVersion);
8629 this, ptrVM.rawUVM(), aHostDevice, uuid.raw(), fRemote,
8637 hrc = pUSBDevice->init(aHostDevice);
8681 i_usbAttachCallback(Console *that, PUVM pUVM, IUSBDevice *aHostDevice, PCRTUUID aUuid, bool aRemote, const char *aAddress, void *pvRemoteBackend, USHORT aPortVersion, ULONG aMaskedIfs, const char *pszCaptureFilename) argument
8709 i_detachUSBDevice(const ComObjPtr<OUSBDevice> &aHostDevice) argument
[all...]

Completed in 79 milliseconds