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

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp350 NS_IMETHODIMP VBoxDirectFB::ProcessVHWACommand(PRUint8 *command) function in class:VBoxDirectFB
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp612 STDMETHODIMP VBoxSDLFB::ProcessVHWACommand(BYTE *pCommand) function in class:VBoxSDLFB
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp242 STDMETHOD(ProcessVHWACommand)(BYTE *pCommand);
422 STDMETHOD(ProcessVHWACommand)(BYTE *pCommand) function in class:VBoxOverlayFrameBuffer
429 LogRel2(("GUI: ProcessVHWACommand: Postponed!\n"));
432 /* tell client to pend ProcessVHWACommand */
1008 STDMETHODIMP UIFrameBufferPrivate::ProcessVHWACommand(BYTE *pCommand) function in class:UIFrameBufferPrivate
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h4328 nsresult (*ProcessVHWACommand)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_1.h4226 nsresult (*ProcessVHWACommand)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_2.h4436 nsresult (*ProcessVHWACommand)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_0.h4721 nsresult (*ProcessVHWACommand)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_1.h5097 nsresult (*ProcessVHWACommand)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_2.h6019 nsresult (*ProcessVHWACommand)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_3.h12079 nsresult (*ProcessVHWACommand)( member in struct:IFramebuffer_vtbl
12162 nsresult (*ProcessVHWACommand)( member in struct:IFramebufferVtbl
12204 #define IFramebuffer_ProcessVHWACommand(p, aCommand) ((p)->lpVtbl->ProcessVHWACommand(p, aCommand))
12320 nsresult (*ProcessVHWACommand)( member in struct:IFramebufferOverlayVtbl
12378 #define IFramebufferOverlay_ProcessVHWACommand(p, aCommand) ((p)->lpVtbl->ProcessVHWACommand(p, aCommand))

Completed in 269 milliseconds