Searched refs:svcHostCall (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/HostServices/HostChannel/
H A Dservice.cpp561 static DECLCALLBACK(int) svcHostCall(void *pvService, function
570 LogRel2(("svcHostCall: fn = %d, cParms = %d, pparms = %d\n",
642 LogRelFlow(("svcHostCall: rc = %Rrc\n", rc));
887 pTable->pfnHostCall = svcHostCall;
/vbox/src/VBox/HostServices/SharedClipboard/
H A Dservice.cpp693 static DECLCALLBACK(int) svcHostCall (void *, function
700 LogRel2(("svcHostCall: fn = %d, cParms = %d, pparms = %d\n",
747 LogRelFlow(("svcHostCall: rc = %Rrc\n", rc));
998 ptable->pfnHostCall = svcHostCall;
/vbox/src/VBox/HostServices/DragAndDrop/
H A Dservice.cpp108 pTable->pfnHostCall = svcHostCall;
/vbox/include/VBox/HostServices/
H A DService.h439 static DECLCALLBACK(int) svcHostCall(void *pvService, function in class:HGCM::AbstractService
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp985 static DECLCALLBACK(int) svcHostCall(void *pvService, function in class:guestControl::Service
1635 pTable->pfnHostCall = Service::svcHostCall;
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp339 static DECLCALLBACK(int) svcHostCall(void *pvService, function in class:guestProp::Service
1495 ptable->pfnHostCall = Service::svcHostCall;
/vbox/src/VBox/HostServices/SharedFolders/
H A Dservice.cpp1283 static DECLCALLBACK(int) svcHostCall (void *, uint32_t u32Function, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) function
1287 Log(("svcHostCall: fn = %d, cParms = %d, pparms = %d\n", u32Function, cParms, paParms));
1444 LogFlow(("SharedFolders host service: svcHostCall ended with rc=%Rrc\n", rc));
1481 ptable->pfnHostCall = svcHostCall;
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp869 Log(("SHARED_CROPENGL svcHostCall: fn = %d, cParms = %d, pparms = %d\n", u32Function, cParms, paParms));
1423 LogFlow(("svcHostCall: rc = %Rrc\n", rc));
1447 static DECLCALLBACK(int) svcHostCall(void *, uint32_t u32Function, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) function
1503 WARN(("svcHostCall: invalid function %d", pCtl->enmType));
1550 ptable->pfnHostCall = svcHostCall;

Completed in 217 milliseconds