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

/vbox/src/VBox/HostServices/DragAndDrop/
H A Dservice.cpp88 int hostCall(uint32_t u32Function, uint32_t cParms, VBOXHGCMSVCPARM paParms[]);
448 int DragAndDropService::hostCall(uint32_t u32Function, function in class:DragAndDropService
/vbox/include/VBox/HostServices/
H A DService.h355 virtual int hostCall(uint32_t eFunction, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) { return VINF_SUCCESS; } function in class:HGCM::AbstractService
437 * Wraps to the hostCall member function
447 int rc = pSelf->hostCall(u32Function, cParms, paParms);
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp498 int GuestDnD::hostCall(uint32_t u32Function, uint32_t cParms, PVBOXHGCMSVCPARM paParms) const function in class:GuestDnD
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp983 * Wraps to the hostCall member function
993 return pSelf->hostCall(u32Function, cParms, paParms);
1026 int hostCall(uint32_t eFunction, uint32_t cParms, VBOXHGCMSVCPARM paParms[]);
1509 int Service::hostCall(uint32_t eFunction, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) function in class:guestControl::Service
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp337 * Wraps to the hostCall member function
347 int rc = pSelf->hostCall(u32Function, cParms, paParms);
389 int hostCall(uint32_t eFunction, uint32_t cParms, VBOXHGCMSVCPARM paParms[]);
1359 int Service::hostCall (uint32_t eFunction, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) function in class:guestProp::Service

Completed in 65 milliseconds