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

/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp180 STDMETHODIMP RemoteUSBDevice::COMGETTER(VendorId) (USHORT *aVendorId) argument
182 CheckComArgOutPointerValid(aVendorId);
188 *aVendorId = mData.vendorId;
H A DUSBDeviceImpl.cpp169 * @param aVendorId Where to store the vendor id.
171 HRESULT OUSBDevice::getVendorId(USHORT *aVendorId) argument
174 *aVendorId = mData.vendorId;
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFilterImpl.cpp520 HRESULT USBDeviceFilter::getVendorId(com::Utf8Str &aVendorId) argument
522 return i_usbFilterFieldGetter(USBFILTERIDX_VENDOR_ID, aVendorId);
525 HRESULT USBDeviceFilter::setVendorId(const com::Utf8Str &aVendorId) argument
527 return i_usbFilterFieldSetter(USBFILTERIDX_VENDOR_ID, aVendorId);
1052 HRESULT HostUSBDeviceFilter::getVendorId(com::Utf8Str &aVendorId) argument
1054 return i_usbFilterFieldGetter(USBFILTERIDX_VENDOR_ID, aVendorId);
1057 HRESULT HostUSBDeviceFilter::setVendorId(const com::Utf8Str &aVendorId) argument
1059 return i_usbFilterFieldSetter(USBFILTERIDX_VENDOR_ID, aVendorId);
H A DHostUSBDeviceImpl.cpp136 HRESULT HostUSBDevice::getVendorId(USHORT *aVendorId) argument
140 *aVendorId = mUsb->idVendor;

Completed in 55 milliseconds