Searched defs:flt (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageUSB.cpp | 410 ComPtr<IHostUSBDeviceFilter> flt; local 412 flt.asOutParam())); 415 CHECK_ERROR_BREAK(flt, COMSETTER(Active)(f.mActive)); 417 CHECK_ERROR_BREAK(flt, COMSETTER(VendorId)(f.mVendorId.raw())); 419 CHECK_ERROR_BREAK(flt, COMSETTER(ProductId)(f.mProductId.raw())); 421 CHECK_ERROR_BREAK(flt, COMSETTER(Revision)(f.mRevision.raw())); 423 CHECK_ERROR_BREAK(flt, COMSETTER(Manufacturer)(f.mManufacturer.raw())); 425 CHECK_ERROR_BREAK(flt, COMSETTER(SerialNumber)(f.mSerialNumber.raw())); 427 CHECK_ERROR_BREAK(flt, COMSETTER(MaskedInterfaces)(f.mMaskedInterfaces)); 430 CHECK_ERROR_BREAK(flt, COMSETTE 436 ComPtr<IUSBDeviceFilter> flt; local 468 ComPtr<IHostUSBDeviceFilter> flt = coll[cmd.mIndex]; local 495 ComPtr<IUSBDeviceFilter> flt = coll[cmd.mIndex]; local 522 ComPtr<IHostUSBDeviceFilter> flt; local 527 ComPtr<IUSBDeviceFilter> flt; local [all...] |
H A D | VBoxManageList.cpp | 519 ComPtr<IHostUSBDeviceFilter> flt = coll[index]; local 526 CHECK_ERROR_RET(flt, COMGETTER(Active)(&active), 1); 530 CHECK_ERROR_RET(flt, COMGETTER(Action)(&action), 1); 546 CHECK_ERROR_RET(flt, COMGETTER(Name)(bstr.asOutParam()), 1); 548 CHECK_ERROR_RET(flt, COMGETTER(VendorId)(bstr.asOutParam()), 1); 550 CHECK_ERROR_RET(flt, COMGETTER(ProductId)(bstr.asOutParam()), 1); 552 CHECK_ERROR_RET(flt, COMGETTER(Revision)(bstr.asOutParam()), 1); 554 CHECK_ERROR_RET(flt, COMGETTER(Manufacturer)(bstr.asOutParam()), 1); 556 CHECK_ERROR_RET(flt, COMGETTER(Product)(bstr.asOutParam()), 1); 558 CHECK_ERROR_RET(flt, COMGETTE [all...] |
/vbox/src/VBox/Main/src-server/ |
H A D | USBDeviceFilterImpl.cpp | 610 Data::BOOLFilter flt = bRemote; local 611 ComAssertRet(!flt.isNull(), E_FAIL); 612 if (!flt.isValid()) 615 aRemote.c_str(), flt.errorPosition() + 1); 621 mData->mRemote = flt;
|
H A D | HostImpl.cpp | 1718 HostUSBDeviceFilter *flt = pFilter; /* resolve ambiguity */ local 1719 flt->i_getId() = m->pUSBProxyService->insertFilter(&pFilter->i_getData().mUSBFilter);
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/ |
H A D | xpt_struct.h | 444 float flt; member in union:XPTConstValue
|
/vbox/src/VBox/Main/xml/ |
H A D | Settings.cpp | 545 USBDeviceFilter flt; local 546 flt.action = USBDeviceFilterAction_Ignore; 548 if ( pelmLevel4Child->getAttributeValue("name", flt.strName) 549 && pelmLevel4Child->getAttributeValue("active", flt.fActive)) 551 if (!pelmLevel4Child->getAttributeValue("vendorId", flt.strVendorId)) 552 pelmLevel4Child->getAttributeValue("vendorid", flt.strVendorId); // used before 1.3 553 if (!pelmLevel4Child->getAttributeValue("productId", flt.strProductId)) 554 pelmLevel4Child->getAttributeValue("productid", flt.strProductId); // used before 1.3 555 pelmLevel4Child->getAttributeValue("revision", flt.strRevision); 556 pelmLevel4Child->getAttributeValue("manufacturer", flt 1097 const USBDeviceFilter &flt = *it; local [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | mapidefs.h | 384 float flt; member in union:_PV
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | mapidefs.h | 387 float flt; member in union:_PV
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | saaj-impl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
Completed in 84 milliseconds