Searched refs:aPortVersion (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Main/include/
H A DUSBDeviceImpl.h58 HRESULT getPortVersion(USHORT *aPortVersion);
H A DRemoteUSBDeviceImpl.h66 STDMETHOD(COMGETTER(PortVersion)) (USHORT *aPortVersion);
H A DHostUSBDeviceImpl.h258 HRESULT getPortVersion(USHORT *aPortVersion);
H A DConsoleImpl.h719 USHORT aPortVersion, ULONG aMaskedIfs, const char *pszCaptureFilename);
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp297 STDMETHODIMP RemoteUSBDevice::COMGETTER(PortVersion) (USHORT *aPortVersion) argument
299 CheckComArgOutPointerValid(aPortVersion);
305 *aPortVersion = mData.portVersion;
H A DUSBDeviceImpl.cpp284 HRESULT OUSBDevice::getPortVersion(USHORT *aPortVersion) argument
287 *aPortVersion = mData.portVersion;
H A DConsoleImpl.cpp8682 const char *aAddress, void *pvRemoteBackend, USHORT aPortVersion, ULONG aMaskedIfs,
8692 aPortVersion == 3 ? VUSB_STDVER_30 :
8693 aPortVersion == 2 ? VUSB_STDVER_20 : VUSB_STDVER_11,
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
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp253 HRESULT HostUSBDevice::getPortVersion(USHORT *aPortVersion) argument
260 *aPortVersion = mUsb->bcdUSB >> 8;
266 *aPortVersion = 3;
269 *aPortVersion = 2;
274 *aPortVersion = 1;
278 *aPortVersion = 1;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h13802 #define IUSBDevice_get_PortVersion(p, aPortVersion) ((p)->lpVtbl->GetPortVersion(p, aPortVersion))
13803 #define IUSBDevice_GetPortVersion(p, aPortVersion) ((p)->lpVtbl->GetPortVersion(p, aPortVersion))
14038 #define IHostUSBDevice_get_PortVersion(p, aPortVersion) ((p)->lpVtbl->GetPortVersion(p, aPortVersion))
14039 #define IHostUSBDevice_GetPortVersion(p, aPortVersion) ((p)->lpVtbl->GetPortVersion(p, aPortVersion))

Completed in 199 milliseconds