Searched refs:SessionList (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCm.h26 LIST_ENTRY SessionList; member in struct:VBOXVIDEOCM_MGR
H A DVBoxMPCm.cpp414 InsertHeadList(&pMgr->SessionList, &pSession->QueueEntry);
443 for (PLIST_ENTRY pEntry = pMgr->SessionList.Flink; pEntry != &pMgr->SessionList; pEntry = pEntry->Flink)
497 InitializeListHead(&pMgr->SessionList);
503 Assert(IsListEmpty(&pMgr->SessionList));
515 for (PLIST_ENTRY pEntry = pMgr->SessionList.Flink; pEntry != &pMgr->SessionList; pEntry = pEntry->Flink)
678 for (PLIST_ENTRY pEntry = pMgr->SessionList.Flink; pEntry != &pMgr->SessionList; pEntry = pEntry->Flink)
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxIPC.cpp57 RTLISTANCHOR SessionList; member in struct:VBOXIPCCONTEXT
204 RTListInit(&gCtx.SessionList);
256 RTListForEach(&pCtx->SessionList, pSession, VBOXIPCSESSION, Node)
301 fListIsEmpty = RTListIsEmpty(&pCtx->SessionList);
491 RTListAppend(&pCtx->SessionList, &pSession->Node);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestInternal.h181 RTLISTANCHOR SessionList; member in struct:VBOXGUESTDEVEXT
H A DVBoxGuest.cpp969 RTListInit(&pDevExt->SessionList);
1170 if (!RTListIsEmpty(&pDevExt->SessionList))
1173 RTListInit(&pDevExt->SessionList);
1238 RTListAppend(&pDevExt->SessionList, &pSession->ListNode);
1272 RTListAppend(&pDevExt->SessionList, &pSession->ListNode);

Completed in 56 milliseconds