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

/vbox/src/VBox/Additions/common/VBoxVideo/
H A DHGSMIBase.cpp122 * @param u8Ch the HGSMI channel to be used, set to the descriptor
127 uint8_t u8Ch,
131 return VBoxSHGSMIHeapAlloc (&pCtx->heapCtx, cbData, u8Ch, u16Op);
133 return HGSMIHeapAlloc (&pCtx->heapCtx, cbData, u8Ch, u16Op);
125 VBoxHGSMIBufferAlloc(PHGSMIGUESTCOMMANDCONTEXT pCtx, HGSMISIZE cbData, uint8_t u8Ch, uint16_t u16Op) argument

Completed in 59 milliseconds