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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp146 * Can only be called be the processor, i.e. the entity that acquired the processor state by direct or indirect call to the VBoxVBVAExHSCheckCommands
166 static int VBoxVBVAExHSCheckCommands(struct VBVAEXHOSTCONTEXT *pCmdVbva);
513 static int VBoxVBVAExHSCheckCommands(struct VBVAEXHOSTCONTEXT *pCmdVbva) function
656 * @returns - same as VBoxVBVAExHSCheckCommands, or failure on load state fail
726 * @returns - same as VBoxVBVAExHSCheckCommands, or failure on load state fail
786 rc = VBoxVBVAExHSCheckCommands(pCmdVbva);
3160 int rc = VBoxVBVAExHSCheckCommands(&pVdma->CmdVbva);

Completed in 52 milliseconds