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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp76 * The HGCMService is an (in future) abstract class that implements
81 class HGCMService class
86 static HGCMService *sm_pSvcListHead;
87 static HGCMService *sm_pSvcListTail;
96 HGCMService *m_pSvcNext;
97 HGCMService *m_pSvcPrev;
130 HGCMService();
131 ~HGCMService() {};
146 static int ResolveService(HGCMService **ppsvc, const char *pszServiceName);
188 int Init(HGCMService *pSv
229 HGCMService::HGCMService() function in class:HGCMService
[all...]

Completed in 35 milliseconds