Searched refs:pMsgCore (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/Main/include/
H A DHGCMThread.h44 * @param pMsgCore Pointer to just processed message.
46 typedef DECLCALLBACK(void) HGCMMSGCALLBACK (int32_t result, HGCMMsgCore *pMsgCore);

Completed in 1252 milliseconds