Searched defs:flts (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp391 ComPtr<IUSBDeviceFilters> flts; local
401 CHECK_ERROR_RET(cmd.mMachine, COMGETTER(USBDeviceFilters)(flts.asOutParam()), 1);
437 CHECK_ERROR_BREAK(flts, CreateDeviceFilter(f.mName.raw(),
457 CHECK_ERROR_BREAK(flts, InsertDeviceFilter(cmd.mIndex, flt));
493 CHECK_ERROR_BREAK(flts, COMGETTER(DeviceFilters)(ComSafeArrayAsOutParam(coll)));
528 CHECK_ERROR_BREAK(flts, RemoveDeviceFilter(cmd.mIndex, flt.asOutParam()));
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp940 const CUSBDeviceFilters flts = machine().GetUSBDeviceFilters(); local
942 if (!flts.isNull() && !controllers.isEmpty())
951 const CUSBDeviceFilterVector &coll = flts.GetDeviceFilters();
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1398 CUSBDeviceFilters flts = aMachine.GetUSBDeviceFilters(); local
1399 if ( !flts.isNull()
1407 CUSBDeviceFilterVector coll = flts.GetDeviceFilters();

Completed in 46 milliseconds