Searched refs:aHostDevice (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | ConsoleImpl.h | 714 HRESULT i_attachUSBDevice(IUSBDevice *aHostDevice, ULONG aMaskedIfs, const Utf8Str &aCaptureFilename); 715 HRESULT i_detachUSBDevice(const ComObjPtr<OUSBDevice> &aHostDevice); 717 static DECLCALLBACK(int) i_usbAttachCallback(Console *that, PUVM pUVM, IUSBDevice *aHostDevice, PCRTUUID aUuid,
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 8574 * @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 194 milliseconds