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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp3327 HRESULT Console::i_suspendBeforeConfigChange(PUVM pUVM, AutoWriteLock *pAlock, bool *pfResume) function in class:Console
3467 rc = i_suspendBeforeConfigChange(pUVM, &alock, &fResume);
3648 rc = i_suspendBeforeConfigChange(pUVM, &alock, &fResume);
3819 rc = i_suspendBeforeConfigChange(pUVM, &alock, &fResume);
4845 HRESULT hr = i_suspendBeforeConfigChange(pUVM, NULL, &fResume);
6016 rc = i_suspendBeforeConfigChange(ptrVM.rawUVM(), &alock, &fResume);
6058 rc = i_suspendBeforeConfigChange(ptrVM.rawUVM(), &alock, &fResume);

Completed in 76 milliseconds