Searched refs:PVBOXSERVICECTRLPROCESS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h282 typedef VBOXSERVICECTRLPROCESS *PVBOXSERVICECTRLPROCESS; typedef
303 extern PVBOXSERVICECTRLPROCESS GstCntlSessionRetainProcess(PVBOXSERVICECTRLSESSION pSession, uint32_t uPID);
308 extern int GstCntlSessionProcessAdd(PVBOXSERVICECTRLSESSION pSession, PVBOXSERVICECTRLPROCESS pProcess);
309 extern int GstCntlSessionProcessRemove(PVBOXSERVICECTRLSESSION pSession, PVBOXSERVICECTRLPROCESS pProcess);
313 extern int GstCntlProcessFree(PVBOXSERVICECTRLPROCESS pProcess);
314 extern int GstCntlProcessHandleInput(PVBOXSERVICECTRLPROCESS pProcess, PVBGLR3GUESTCTRLCMDCTX pHostCtx, bool fPendingClose, void *pvBuf, uint32_t cbBuf);
315 extern int GstCntlProcessHandleOutput(PVBOXSERVICECTRLPROCESS pProcess, PVBGLR3GUESTCTRLCMDCTX pHostCtx, uint32_t uHandle, uint32_t cbToRead, uint32_t uFlags);
316 extern int GstCntlProcessHandleTerm(PVBOXSERVICECTRLPROCESS pProcess);
317 extern void GstCntlProcessRelease(PVBOXSERVICECTRLPROCESS pProcess);
319 extern int GstCntlProcessStop(PVBOXSERVICECTRLPROCESS pProces
[all...]
H A DVBoxServiceControlProcess.cpp48 static int gstcntlProcessAssignPID(PVBOXSERVICECTRLPROCESS pThread, uint32_t uPID);
49 static int gstcntlProcessLock(PVBOXSERVICECTRLPROCESS pProcess);
50 static int gstcntlProcessRequest(PVBOXSERVICECTRLPROCESS pProcess, const PVBGLR3GUESTCTRLCMDCTX pHostCtx, PFNRT pfnFunction, unsigned cArgs, ...);
52 static int gstcntlProcessUnlock(PVBOXSERVICECTRLPROCESS pProcess);
54 static DECLCALLBACK(int) gstcntlProcessOnInput(PVBOXSERVICECTRLPROCESS pThis, const PVBGLR3GUESTCTRLCMDCTX pHostCtx, bool fPendingClose, void *pvBuf, uint32_t cbBuf);
55 static DECLCALLBACK(int) gstcntlProcessOnOutput(PVBOXSERVICECTRLPROCESS pThis, const PVBGLR3GUESTCTRLCMDCTX pHostCtx, uint32_t uHandle, uint32_t cbToRead, uint32_t uFlags);
56 static DECLCALLBACK(int) gstcntlProcessOnTerm(PVBOXSERVICECTRLPROCESS pThis);
67 static int gstcntlProcessInit(PVBOXSERVICECTRLPROCESS pProcess,
135 int GstCntlProcessFree(PVBOXSERVICECTRLPROCESS pProcess)
176 int GstCntlProcessStop(PVBOXSERVICECTRLPROCESS pProces
[all...]
H A DVBoxServiceControlSession.cpp885 PVBOXSERVICECTRLPROCESS pProcess = GstCntlSessionRetainProcess(pSession, uPID);
931 PVBOXSERVICECTRLPROCESS pProcess = GstCntlSessionRetainProcess(pSession, uPID);
970 PVBOXSERVICECTRLPROCESS pProcess = GstCntlSessionRetainProcess(pSession, uPID);
1001 PVBOXSERVICECTRLPROCESS pProcess = GstCntlSessionRetainProcess(pSession, uPID);
1483 PVBOXSERVICECTRLPROCESS GstCntlSessionRetainProcess(PVBOXSERVICECTRLSESSION pSession, uint32_t uPID)
1487 PVBOXSERVICECTRLPROCESS pProcess = NULL;
1491 PVBOXSERVICECTRLPROCESS pCurProcess;
1535 PVBOXSERVICECTRLPROCESS pProcess;
1548 PVBOXSERVICECTRLPROCESS pNext = RTListNodeGetNext(&pProcess->Node, VBOXSERVICECTRLPROCESS, Node);
1574 PVBOXSERVICECTRLPROCESS pNex
[all...]

Completed in 71 milliseconds