Searched refs:HGCMMsgCore (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DHGCMThread.h31 class HGCMMsgCore;
35 typedef HGCMMsgCore *FNHGCMNEWMSGALLOC(uint32_t u32MsgId);
46 typedef DECLCALLBACK(void) HGCMMSGCALLBACK (int32_t result, HGCMMsgCore *pMsgCore);
53 class HGCMMsgCore: public HGCMObject class in inherits:HGCMObject
71 HGCMMsgCore *m_pNext;
73 HGCMMsgCore *m_pPrev;
84 virtual ~HGCMMsgCore ();
87 HGCMMsgCore () : HGCMObject(HGCMOBJ_MSG) {}; function in class:HGCMMsgCore
182 int hgcmMsgGet (HGCMTHREADHANDLE hThread, HGCMMsgCore **ppMsg);
194 void hgcmMsgComplete (HGCMMsgCore *pMs
[all...]
/vbox/src/VBox/Main/src-client/
H A DHGCMThread.cpp105 HGCMMsgCore *m_pMsgInputQueueHead;
107 HGCMMsgCore *m_pMsgInputQueueTail;
110 HGCMMsgCore *m_pMsgInProcessHead;
112 HGCMMsgCore *m_pMsgInProcessTail;
115 HGCMMsgCore *m_pFreeHead;
117 HGCMMsgCore *m_pFreeTail;
124 HGCMMsgCore *FetchFreeListHead (void);
138 int MsgGet (HGCMMsgCore **ppMsg);
139 int MsgPost (HGCMMsgCore *pMsg, PHGCMMSGCALLBACK pfnCallback, bool bWait);
140 void MsgComplete (HGCMMsgCore *pMs
[all...]
H A DHGCM.cpp380 class HGCMMsgSvcLoad: public HGCMMsgCore
384 class HGCMMsgSvcUnload: public HGCMMsgCore
388 class HGCMMsgSvcConnect: public HGCMMsgCore
395 class HGCMMsgSvcDisconnect: public HGCMMsgCore
402 class HGCMMsgHeader: public HGCMMsgCore
430 class HGCMMsgLoadSaveStateClient: public HGCMMsgCore
437 class HGCMMsgHostCallSvc: public HGCMMsgCore
449 class HGCMMsgSvcRegisterExtension: public HGCMMsgCore
460 class HGCMMsgSvcUnregisterExtension: public HGCMMsgCore
468 class HGCMMsgHostFastCallAsyncSvc: public HGCMMsgCore
[all...]

Completed in 742 milliseconds