Searched defs:bNeedNotify (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.h144 bool bNeedNotify; member in struct:VBOXVDMAPIPE
H A DVBoxMPVdma.cpp39 pPipe->bNeedNotify = true;
53 pPipe->bNeedNotify = false;
56 pPipe->bNeedNotify = false;
97 bool bNeedNotify = false; local
105 bNeedNotify = pPipe->bNeedNotify;
106 pPipe->bNeedNotify = false;
110 pPipe->bNeedNotify = false;
122 if (bNeedNotify)
160 pPipe->bNeedNotify
199 bool bNeedNotify = false; local
[all...]

Completed in 241 milliseconds