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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h314 extern int GstCntlProcessHandleInput(PVBOXSERVICECTRLPROCESS pProcess, PVBGLR3GUESTCTRLCMDCTX pHostCtx, bool fPendingClose, void *pvBuf, uint32_t cbBuf);
H A DVBoxServiceControlProcess.cpp54 static DECLCALLBACK(int) gstcntlProcessOnInput(PVBOXSERVICECTRLPROCESS pThis, const PVBGLR3GUESTCTRLCMDCTX pHostCtx, bool fPendingClose, void *pvBuf, uint32_t cbBuf);
1827 bool fPendingClose, void *pvBuf, uint32_t cbBuf)
1853 if ( fPendingClose
1865 VBoxServiceVerbose(4, "[PID %RU32]: Written %RU32 bytes input, CID=%RU32, fPendingClose=%RTbool\n",
1866 pThis->uPID, cbWritten, pHostCtx->uContextID, fPendingClose);
2114 bool fPendingClose, void *pvBuf, uint32_t cbBuf)
2118 5 /* cArgs */, pProcess, pHostCtx, fPendingClose, pvBuf, cbBuf);
2120 return gstcntlProcessOnInput(pProcess, pHostCtx, fPendingClose, pvBuf, cbBuf);
1825 gstcntlProcessOnInput(PVBOXSERVICECTRLPROCESS pThis, const PVBGLR3GUESTCTRLCMDCTX pHostCtx, bool fPendingClose, void *pvBuf, uint32_t cbBuf) argument
2113 GstCntlProcessHandleInput(PVBOXSERVICECTRLPROCESS pProcess, PVBGLR3GUESTCTRLCMDCTX pHostCtx, bool fPendingClose, void *pvBuf, uint32_t cbBuf) argument
H A DVBoxServiceControlSession.cpp875 bool fPendingClose = false; local
878 fPendingClose = true;
888 rc = GstCntlProcessHandleInput(pProcess, pHostCtx, fPendingClose,

Completed in 54 milliseconds