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

/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp1023 int hostCallback(uint32_t eFunction, uint32_t cParms, VBOXHGCMSVCPARM paParms[]);
1276 return hostCallback(GUEST_DISCONNECTED, cParms, arParms);
1305 int Service::hostCallback(uint32_t eFunction, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) function in class:guestControl::Service
1481 * For all other regular commands we call our hostCallback
1486 rc = hostCallback(eFunction, cParms, paParms);

Completed in 46 milliseconds