Searched refs:aVendorId (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Main/include/
H A DUSBDeviceFilterImpl.h109 HRESULT getVendorId(com::Utf8Str &aVendorId);
110 HRESULT setVendorId(const com::Utf8Str &aVendorId);
189 HRESULT getVendorId(com::Utf8Str &aVendorId);
190 HRESULT setVendorId(const com::Utf8Str &aVendorId);
H A DUSBDeviceImpl.h49 HRESULT getVendorId(USHORT *aVendorId);
H A DRemoteUSBDeviceImpl.h57 STDMETHOD(COMGETTER(VendorId)) (USHORT *aVendorId);
H A DHostUSBDeviceImpl.h249 HRESULT getVendorId(USHORT *aVendorId);
/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 DUSBDeviceFiltersImpl.cpp270 STDMETHOD(COMGETTER(VendorId))(BSTR *aVendorId);
271 STDMETHOD(COMSETTER(VendorId))(IN_BSTR aVendorId);
H A DHostUSBDeviceImpl.cpp136 HRESULT HostUSBDevice::getVendorId(USHORT *aVendorId) argument
140 *aVendorId = mUsb->idVendor;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h13784 #define IUSBDevice_get_VendorId(p, aVendorId) ((p)->lpVtbl->GetVendorId(p, aVendorId))
13785 #define IUSBDevice_GetVendorId(p, aVendorId) ((p)->lpVtbl->GetVendorId(p, aVendorId))
13917 #define IUSBDeviceFilter_get_VendorId(p, aVendorId) ((p)->lpVtbl->GetVendorId(p, aVendorId))
13918 #define IUSBDeviceFilter_GetVendorId(p, aVendorId) ((p)->lpVtbl->GetVendorId(p, aVendorId))
13919 #define IUSBDeviceFilter_put_VendorId(p, aVendorId) ((p)->lpVtbl->SetVendorId(p, aVendorId))
[all...]

Completed in 165 milliseconds