Lines Matching refs:ppInterface
344 ppInterface)
346 struct SEAMLESSSERVICE *pSelf = (struct SEAMLESSSERVICE *)ppInterface;
352 static int init(struct VBCLSERVICE **ppInterface)
354 struct SEAMLESSSERVICE *pSelf = getClassFromInterface(ppInterface);
376 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised)
378 struct SEAMLESSSERVICE *pSelf = getClassFromInterface(ppInterface);
392 static int pause(struct VBCLSERVICE **ppInterface)
394 struct SEAMLESSSERVICE *pSelf = getClassFromInterface(ppInterface);
399 static int resume(struct VBCLSERVICE **ppInterface)
401 struct SEAMLESSSERVICE *pSelf = getClassFromInterface(ppInterface);
406 static void cleanup(struct VBCLSERVICE **ppInterface)
408 NOREF(ppInterface);