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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp105 typedef struct DSOUNDDEV struct
110 } DSOUNDDEV, *PDSOUNDDEV; typedef in typeref:struct:DSOUNDDEV
167 pDev = RTListGetFirst(&pThis->lstDevInput, DSOUNDDEV, Node);
173 pDev = RTListGetFirst(&pThis->lstDevOutput, DSOUNDDEV, Node);
609 RTListForEach(&pThis->lstDevInput, pDev, DSOUNDDEV, Node)
874 PDSOUNDDEV pDev = (PDSOUNDDEV)RTMemAlloc(sizeof(DSOUNDDEV));

Completed in 47 milliseconds