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

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp134 struct GuestCall struct in namespace:guestProp
149 GuestCall(void) : u32ClientId(0), mFunction(0), mParmsCnt(0) {} function in struct:guestProp::GuestCall
151 GuestCall(uint32_t aClientId, VBOXHGCMCALLHANDLE aHandle, uint32_t aFunction, function in struct:guestProp::GuestCall
157 typedef std::list <GuestCall> CallList;
1089 mGuestWaiters.push_back(GuestCall(u32ClientId, callHandle, GET_NOTIFICATION,
1155 GuestCall curCall = *it;
/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp176 int GuestCall(PPDMIHGCMPORT pHGCMPort, PVBOXHGCMCMD pCmd, uint32_t u32ClientId,
1531 int HGCMService::GuestCall(PPDMIHGCMPORT pHGCMPort, PVBOXHGCMCMD pCmd, uint32_t u32ClientId, uint32_t u32Function, function in class:HGCMService
2351 rc = pClient->pService->GuestCall(pHGCMPort, pCmd, u32ClientId, u32Function, cParms, paParms);

Completed in 1166 milliseconds