Searched defs:flt (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp410 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 DVBoxManageList.cpp519 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 DUSBDeviceFilterImpl.cpp610 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 DHostImpl.cpp1718 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 Dxpt_struct.h444 float flt; member in union:XPTConstValue
/vbox/src/VBox/Main/xml/
H A DSettings.cpp545 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 Dmapidefs.h384 float flt; member in union:_PV
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapidefs.h387 float flt; member in union:_PV
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 3022 milliseconds