Searched defs:fPause (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageSnapshot.cpp309 bool fPause = true; /* default is NO live snapshot */ local
329 fPause = true;
333 fPause = false;
351 fPause,
/vbox/src/VBox/Devices/Audio/
H A DDrvHostALSAAudio.cpp735 static int drvHostALSAAudioStreamCtl(snd_pcm_t *phPCM, bool fPause) argument
738 if (fPause)
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp511 void UISelectorWindow::sltPerformPauseResumeAction(bool fPause) argument
528 if (fPause &&
534 if (!fPause &&
548 if (fPause)
555 if (fPause)
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp2543 void VBVAPause(PVGASTATE pVGAState, bool fPause) argument
2554 pCtx->fPaused = fPause;
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1334 bool fPause,
1340 m_fPause(fPause),
1409 BOOL fPause,
1414 NOREF(fPause);
1421 BOOL fPause,
1488 !!fPause,
1498 if (pTask->m_machineStateBackup != MachineState_Paused && !fPause)
1328 TakeSnapshotTask(SessionMachine *m, Progress *p, const Utf8Str &t, Snapshot *s, const Utf8Str &strName, const Utf8Str &strDescription, bool fPause, uint32_t uMemSize, bool fTakingSnapshotOnline) argument
1407 takeSnapshot(const com::Utf8Str &aName, const com::Utf8Str &aDescription, BOOL fPause, ComPtr<IProgress> &aProgress) argument
1419 takeSnapshot(const com::Utf8Str &aName, const com::Utf8Str &aDescription, BOOL fPause, ComPtr<IProgress> &aProgress) argument

Completed in 1544 milliseconds