Searched refs:fVideoCaptureEnabled (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp1985 fVideoCaptureEnabled(false),
2056 && (fVideoCaptureEnabled == h.fVideoCaptureEnabled)
3001 pelmHwChild->getAttributeValue("enabled", hw.fVideoCaptureEnabled);
4290 pelmVideoCapture->setAttribute("enabled", hw.fVideoCaptureEnabled);
5584 || hardwareMachine.fVideoCaptureEnabled)
/vbox/include/VBox/
H A Dsettings.h942 bool fVideoCaptureEnabled; // requires settings version 1.14 (VirtualBox 4.3) member in struct:settings::Hardware
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp8885 mHWData->mVideoCaptureEnabled = data.fVideoCaptureEnabled;
10201 data.fVideoCaptureEnabled = !!mHWData->mVideoCaptureEnabled;

Completed in 5171 milliseconds