Searched refs:vendorId (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Main/include/
H A DUSBDeviceImpl.h64 Data() : vendorId (0), productId (0), revision (0), port (0),
71 const USHORT vendorId; member in struct:OUSBDevice::Data
H A DRemoteUSBDeviceImpl.h99 Data() : vendorId (0), productId (0), revision (0), port (0), version (1),
104 const uint16_t vendorId; member in struct:RemoteUSBDevice::Data
/vbox/src/VBox/Main/src-client/
H A DUSBDeviceImpl.cpp60 HRESULT hrc = aUSBDevice->COMGETTER(VendorId)(&unconst(mData.vendorId));
62 ComAssertRet(mData.vendorId, E_INVALIDARG);
130 unconst(mData.vendorId) = 0;
174 *aVendorId = mData.vendorId;
H A DRemoteUSBDeviceImpl.cpp67 unconst(mData.vendorId) = pDevDesc->idVendor;
144 unconst(mData.vendorId) = 0;
188 *aVendorId = mData.vendorId;
H A DConsoleImpl.cpp9357 USHORT vendorId = 0; local
9358 pUSBDevice->COMGETTER(VendorId)(&vendorId);
9367 vendorId, productId, product.raw()));
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFiltersImpl.cpp935 USHORT vendorId = 0; local
936 rc = aUSBDevice->COMGETTER(VendorId)(&vendorId);
938 ComAssertRet(vendorId, false);
939 int vrc = USBFilterSetNumExact(&dev, USBFILTERIDX_VENDOR_ID, vendorId, true); AssertRC(vrc);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPDriver.cpp109 /* NT crashes if either of 'vendorId, 'deviceId' or 'slot' parameters is NULL,
112 ULONG vendorId = 0x80EE; local
115 &vendorId, &deviceId, &slot);
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1478 uint32_t vendorId = darwinHidVendorId(pHidDeviceRef); local
1481 if (vendorId == 0x05D5) /* Genius */
1486 if (vendorId == 0xE6A) /* Megawin Technology */
1492 LogRel2(("HID device [VendorID=0x%X, ProductId=0x%X] %s in the list of supported devices.\n", vendorId, productId, (fSupported ? "is" : "is not")));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dtlan.h95 u16 vendorId; member in struct:tlan_adapter_entry
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4204 nsresult (*GetVendorId)(IUSBDevice *pThis, PRUint16 *vendorId);
4251 nsresult (*GetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * *vendorId);
4252 nsresult (*SetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * vendorId);
H A DVBoxCAPI_v3_0.h4730 nsresult (*GetVendorId)(IUSBDevice *pThis, PRUint16 *vendorId);
4777 nsresult (*GetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * *vendorId);
4778 nsresult (*SetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * vendorId);
H A DVBoxCAPI_v3_1.h4628 nsresult (*GetVendorId)(IUSBDevice *pThis, PRUint16 *vendorId);
4675 nsresult (*GetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * *vendorId);
4676 nsresult (*SetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * vendorId);
H A DVBoxCAPI_v3_2.h4853 nsresult (*GetVendorId)(IUSBDevice *pThis, PRUint16 *vendorId);
4900 nsresult (*GetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * *vendorId);
4901 nsresult (*SetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * vendorId);
H A DVBoxCAPI_v4_0.h5271 nsresult (*GetVendorId)(IUSBDevice *pThis, PRUint16 *vendorId);
5318 nsresult (*GetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * *vendorId);
5319 nsresult (*SetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * vendorId);
H A DVBoxCAPI_v4_1.h5663 nsresult (*GetVendorId)(IUSBDevice *pThis, PRUint16 *vendorId);
5710 nsresult (*GetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * *vendorId);
5711 nsresult (*SetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * vendorId);
H A DVBoxCAPI_v4_2.h6604 nsresult (*GetVendorId)(IUSBDevice *pThis, PRUint16 *vendorId);
6651 nsresult (*GetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * *vendorId);
6652 nsresult (*SetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * vendorId);
H A DVBoxCAPI_v4_3.h13725 nsresult (*GetVendorId)(IUSBDevice *pThis, PRUint16 *vendorId);
13756 nsresult (*GetVendorId)(IUSBDevice *pThis, PRUint16 *vendorId);
13838 nsresult (*GetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * *vendorId);
13839 nsresult (*SetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * vendorId);
13878 nsresult (*GetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * *vendorId);
13879 nsresult (*SetVendorId)(IUSBDeviceFilter *pThis, PRUnichar * vendorId);
13990 nsresult (*GetVendorId)(IHostUSBDevice *pThis, PRUint16 *vendorId);
14086 nsresult (*GetVendorId)(IHostUSBDeviceFilter *pThis, PRUnichar * *vendorId);
14087 nsresult (*SetVendorId)(IHostUSBDeviceFilter *pThis, PRUnichar * vendorId);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp886 QString vendorId = aFilter.GetVendorId(); local
887 if (!vendorId.isEmpty())
889 .arg (vendorId);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py663 print " %s: %s (vendorId=%d productId=%d serial=%s) %s" % (ud.id, colored(ud.product, 'blue'), ud.vendorId, ud.productId, ud.serialNumber, asEnumElem(ctx, 'USBDeviceState', ud.state))
666 print " %s: %s (vendorId=%d productId=%d serial=%s)" % (ud.id, colored(ud.product, 'blue'), ud.vendorId, ud.productId, ud.serialNumber)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py1984 usbDevFilter.vendorId = sVendorId;

Completed in 503 milliseconds