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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp377 # define SVC_MSG_HOSTFASTCALLASYNC (21) /* pfnHostCall */ macro
486 case SVC_MSG_HOSTFASTCALLASYNC: return new HGCMMsgHostFastCallAsyncSvc();
533 case SVC_MSG_HOSTFASTCALLASYNC:
537 LogFlowFunc(("SVC_MSG_HOSTFASTCALLASYNC u32Function = %d, pParm = %p\n", pMsg->u32Function, &pMsg->Param));
1637 int rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_HOSTFASTCALLASYNC, hgcmMessageAllocSvc);

Completed in 156 milliseconds