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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachine.h116 #define gpMachine UIMachine::instance() macro
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp199 static ComPtr<IMachine> gpMachine; variable
327 if (gpMachine)
333 gpMachine->COMGETTER(Id)(bstrOurId.asOutParam());
502 gpMachine->COMGETTER(State)(&machineState);
1570 pSession->COMGETTER(Machine)(gpMachine.asOutParam());
1571 if (!gpMachine)
1623 CHECK_ERROR(gpMachine, COMGETTER(StorageControllers)(ComSafeArrayAsOutParam(aStorageControllers)));
1639 gpMachine->DetachDevice(bstrSCName.raw(), 0, 0);
1644 CHECK_ERROR(gpMachine, AddStorageController(bstrSCName.raw(),
1650 CHECK_ERROR(gpMachine, AttachDevic
[all...]

Completed in 38 milliseconds