VirtualBox

Ignore:
Timestamp:
Apr 24, 2015 12:00:21 PM (10 years ago)
Author:
vboxsync
Message:

HGSMI: cleanup, logging, comments, move legacy host heap support from common code to the host code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h

    r55401 r55421  
    6969                              uint8_t *pu8Channel);
    7070
    71 int HGSMISetupHostHeap (PHGSMIINSTANCE pIns,
    72                         HGSMIOFFSET    offHeap,
    73                         HGSMISIZE      cbHeap);
     71int HGSMIHostHeapSetup(PHGSMIINSTANCE pIns,
     72                       HGSMIOFFSET    offHeap,
     73                       HGSMISIZE      cbHeap);
    7474
    7575int HGSMISaveStateExec (PHGSMIINSTANCE pIns, PSSMHANDLE pSSM);
     
    107107/* Allocate a buffer in the host heap. */
    108108int HGSMIHostCommandAlloc (PHGSMIINSTANCE pIns,
    109                            void **ppvMem,
    110                            HGSMISIZE cbMem,
     109                           void **ppvData,
     110                           HGSMISIZE cbData,
    111111                           uint8_t u8Channel,
    112112                           uint16_t u16ChannelInfo);
     
    116116
    117117int HGSMIHostCommandProcessAndFreeAsynch (PHGSMIINSTANCE pIns,
    118                              void *pvMem,
     118                             void *pvData,
    119119                             bool bDoIrq);
    120120
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette