Searched refs:pChannel (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMICommon.cpp522 HGSMICHANNEL *pChannel = &pChannelInfo->Channels[u8Channel]; local
524 if (pChannel->u8Flags & HGSMI_CH_F_REGISTERED)
526 return pChannel;
556 HGSMICHANNEL *pChannel = HGSMIChannelFindById(pChannelInfo, bufferContext.pHeader->u8Channel); local
557 if (pChannel)
559 rc = hgsmiChannelHandlerCall(&pChannel->handler, &bufferContext);
588 HGSMICHANNEL *pChannel = HGSMIChannelFindById(pChannelInfo, u8Channel); local
589 if (pChannel)
596 pChannel = &pChannelInfo->Channels[u8Channel];
598 pChannel
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPInternal.cpp380 HGSMICHANNEL *pChannel = HGSMIChannelFindById(&pCtx->channels, u8Channel); local
381 if(pChannel)
383 VBVA_CHANNELCONTEXTS * pContexts = (VBVA_CHANNELCONTEXTS *)pChannel->handler.pvHandler;
586 HGSMICHANNEL * pChannel = HGSMIChannelFindById(&pCommon->hostCtx.channels, u8Channel); local
588 if (!pChannel)
600 pContexts = (VBVA_CHANNELCONTEXTS *)pChannel->handler.pvHandler;
622 if (!pChannel)
641 if(!pChannel)
H A DVBoxMPInternal.h62 BOOLEAN VBoxMPHgsmiHandlerEnable(PVBOXMP_DEVEXT pExt, HGSMIHANDLERENABLE *pChannel, PSTATUS_BLOCK pStatus);
H A DVBoxMPDriver.cpp517 STARTIO_IN(HGSMIHANDLERENABLE, pChannel);
519 bResult = VBoxMPHgsmiHandlerEnable(pExt, pChannel, pStatus);
H A DVBoxMPIOCTL.cpp570 BOOLEAN VBoxMPHgsmiHandlerEnable(PVBOXMP_DEVEXT pExt, HGSMIHANDLERENABLE *pChannel, PSTATUS_BLOCK pStatus) argument
577 int rc = VBoxVbvaChannelDisplayEnable(VBoxCommonFromDeviceExt(pExt), pExt->iDevice, pChannel->u8Channel);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcndr.h692 NdrStubCall2( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, DWORD * pdwStubPhase );
694 NdrStubCall( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, DWORD * pdwStubPhase );
696 NdrAsyncStubCall( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, DWORD * pdwStubPhase );
698 NdrDcomAsyncStubCall( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, DWORD * pdwStubPhase );
730 NdrServerMarshall( struct IRpcStubBuffer *pThis, struct IRpcChannelBuffer *pChannel, PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat );
732 NdrServerUnmarshall( struct IRpcChannelBuffer *pChannel, PRPC_MESSAGE pRpcMsg,
H A Drpcproxy.h197 void __RPC_STUB NdrStubForwardingFunction( IRpcStubBuffer *This, IRpcChannelBuffer *pChannel,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcndr.h673 NdrStubCall2( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, DWORD * pdwStubPhase );
675 NdrStubCall( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, DWORD * pdwStubPhase );
677 NdrAsyncStubCall( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, DWORD * pdwStubPhase );
679 NdrDcomAsyncStubCall( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, DWORD * pdwStubPhase );
711 NdrServerMarshall( struct IRpcStubBuffer *pThis, struct IRpcChannelBuffer *pChannel, PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat );
713 NdrServerUnmarshall( struct IRpcChannelBuffer *pChannel, PRPC_MESSAGE pRpcMsg,
H A Drpcproxy.h197 void __RPC_STUB NdrStubForwardingFunction( IRpcStubBuffer *This, IRpcChannelBuffer *pChannel,

Completed in 66 milliseconds