Searched refs:ctxHost (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.cpp206 VBGLR3GUESTCTRLCMDCTX ctxHost = { g_uControlSvcClientID }; local
208 ctxHost.uProtocol = 1;
276 ctxHost.uNumParms = cParms;
300 rc = gstcntlHandleSessionOpen(&ctxHost);
304 rc = gstcntlHandleSessionClose(&ctxHost);
319 if (ctxHost.uProtocol == 1)
321 rc = GstCntlSessionHandler(&g_Session, uMsg, &ctxHost,
H A DVBoxServiceControlSession.cpp1421 VBGLR3GUESTCTRLCMDCTX ctxHost = { uClientID, 0 /* Context ID, zeroed */, local
1443 ctxHost.uNumParms = cParms;
1446 rc = GstCntlSessionHandler(pSession, uMsg, &ctxHost,

Completed in 48 milliseconds