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

/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp865 static int svcHostCallPerform(uint32_t u32Function, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) function
1418 WARN(("svcHostCallPerform: unexpected u32Function %d", u32Function));
1439 int rc = svcHostCallPerform(pCtl->u32Function, cParams, (VBOXHGCMSVCPARM*)(pCtl + 1));
1515 return svcHostCallPerform(u32Function, cParms, paParms);

Completed in 52 milliseconds