Searched refs:monitorCount (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp942 ULONG monitorCount, i, w, h; local
945 CHECK_ERROR_BREAK(pMachine, COMGETTER(MonitorCount)(&monitorCount));
949 g_u32ScreenCount = monitorCount;
951 rc = crVBoxServerSetScreenCount(monitorCount);
957 for (i=0; i<monitorCount; ++i)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2181 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount);
2182 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
H A DVBoxCAPI_v3_0.h2719 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount);
2720 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
H A DVBoxCAPI_v3_1.h2628 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount);
2629 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
H A DVBoxCAPI_v3_2.h2686 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount);
2687 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
H A DVBoxCAPI_v4_0.h2937 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount);
2938 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
H A DVBoxCAPI_v4_1.h3128 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount);
3129 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
H A DVBoxCAPI_v4_2.h3400 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount);
3401 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
H A DVBoxCAPI_v4_3.h5095 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount);
5096 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
5819 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount);
5820 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py975 print " Monitors [monitorCount]: %d" % (mach.monitorCount)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1787 reporter.log(" Monitors: %s" % (oVM.monitorCount));

Completed in 1629 milliseconds