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

/vbox/src/VBox/Main/src-client/
H A DHGCMThread.cpp137 int MsgAlloc (HGCMMSGHANDLE *pHandle, uint32_t u32MsgId, PFNHGCMNEWMSGALLOC pfnNewMessage);
152 void HGCMMsgCore::InitializeCore (uint32_t u32MsgId, HGCMTHREADHANDLE hThread) argument
155 m_u32Msg = u32MsgId;
348 int HGCMThread::MsgAlloc (HGCMMSGHANDLE *pHandle, uint32_t u32MsgId, PFNHGCMNEWMSGALLOC pfnNewMessage) argument
359 pmsg = pfnNewMessage (u32MsgId);
370 pmsg->InitializeCore (u32MsgId, m_handle);
697 int hgcmMsgAlloc (HGCMTHREADHANDLE hThread, HGCMMSGHANDLE *pHandle, uint32_t u32MsgId, PFNHGCMNEWMSGALLOC pfnNewMessage) argument
717 rc = pThread->MsgAlloc (pHandle, u32MsgId, pfnNewMessage);
H A DHGCM.cpp481 static HGCMMsgCore *hgcmMessageAllocSvc(uint32_t u32MsgId) argument
483 switch (u32MsgId)
499 AssertReleaseMsgFailed(("Msg id = %08X\n", u32MsgId));
528 uint32_t u32MsgId = pMsgCore->MsgId(); local
530 switch (u32MsgId)
743 AssertMsgFailed(("hgcmServiceThread::Unsupported message number %08X\n", u32MsgId));
748 if (u32MsgId != SVC_MSG_GUESTCALL)
1771 static HGCMMsgCore *hgcmMainMessageAlloc (uint32_t u32MsgId) argument
1773 switch (u32MsgId)
1791 AssertReleaseMsgFailed(("Msg id = %08X\n", u32MsgId));
1820 uint32_t u32MsgId = pMsgCore->MsgId(); local
2271 hgcmHostLoadSaveState(PSSMHANDLE pSSM, uint32_t u32MsgId) argument
[all...]

Completed in 38 milliseconds