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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp66 RTLISTANCHOR lstDevInput; member in struct:DRVHOSTDSOUND
165 while (!RTListIsEmpty(&pThis->lstDevInput))
167 pDev = RTListGetFirst(&pThis->lstDevInput, DSOUNDDEV, Node);
609 RTListForEach(&pThis->lstDevInput, pDev, DSOUNDDEV, Node)
966 int rc = dsoundDevAdd(&pCtx->pDrv->lstDevInput,
1625 RTListInit(&pThis->lstDevInput);

Completed in 48 milliseconds