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

/vbox/src/VBox/Additions/common/VBoxVideo/
H A DHGSMIBase.cpp123 * @param u16Op the HGSMI command to be sent, set to the descriptor
128 uint16_t u16Op)
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 44 milliseconds