Lines Matching refs:ppInterface
343 static struct DISPLAYSTATE *getStateFromInterface(struct VBCLSERVICE **ppInterface)
345 struct DISPLAYSTATE *pSelf = (struct DISPLAYSTATE *)ppInterface;
351 static int init(struct VBCLSERVICE **ppInterface)
353 struct DISPLAYSTATE *pSelf = getStateFromInterface(ppInterface);
367 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised)
369 struct DISPLAYSTATE *pSelf = getStateFromInterface(ppInterface);
381 static int pause(struct VBCLSERVICE **ppInterface)
383 struct DISPLAYSTATE *pSelf = getStateFromInterface(ppInterface);
390 static int resume(struct VBCLSERVICE **ppInterface)
392 struct DISPLAYSTATE *pSelf = getStateFromInterface(ppInterface);
399 static void cleanup(struct VBCLSERVICE **ppInterface)
401 NOREF(ppInterface);