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

/vbox/src/VBox/Main/include/
H A DMachineImpl.h532 virtual HRESULT i_onVideoCaptureChange() { return S_OK; } function in class:Machine
1328 HRESULT i_onVideoCaptureChange();
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp5302 HRESULT Console::i_onVideoCaptureChange() function in class:Console
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1666 rc = i_onVideoCaptureChange();
1671 * Normally we would do the actual change _after_ i_onVideoCaptureChange() succeeded.
1714 HRESULT rc = i_onVideoCaptureChange();
13891 HRESULT SessionMachine::i_onVideoCaptureChange() function in class:SessionMachine

Completed in 105 milliseconds