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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp517 HGCMMsgCore *pMsgCore; local
518 int rc = hgcmMsgGet(ThreadHandle, &pMsgCore);
527 /* Cache required information to avoid unnecessary pMsgCore access. */
528 uint32_t u32MsgId = pMsgCore->MsgId();
535 HGCMMsgHostFastCallAsyncSvc *pMsg = (HGCMMsgHostFastCallAsyncSvc *)pMsgCore;
562 HGCMMsgSvcConnect *pMsg = (HGCMMsgSvcConnect *)pMsgCore;
583 HGCMMsgSvcDisconnect *pMsg = (HGCMMsgSvcDisconnect *)pMsgCore;
604 HGCMMsgCall *pMsg = (HGCMMsgCall *)pMsgCore;
627 HGCMMsgHostCallSvc *pMsg = (HGCMMsgHostCallSvc *)pMsgCore;
637 HGCMMsgLoadSaveStateClient *pMsg = (HGCMMsgLoadSaveStateClient *)pMsgCore;
760 HGCMMsgCore *pMsgCore = (HGCMMsgCore *)callHandle; local
786 hgcmMsgCompletionCallback(int32_t result, HGCMMsgCore *pMsgCore) argument
1601 hgcmMsgFastCallCompletionCallback(int32_t result, HGCMMsgCore *pMsgCore) argument
1810 HGCMMsgCore *pMsgCore; local
[all...]

Completed in 45 milliseconds