Searched refs:AUDMIXSINK (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Audio/ |
H A D | AudioMixer.h | 62 typedef struct AUDMIXSINK struct 82 } AUDMIXSINK, *PAUDMIXSINK; typedef in typeref:struct:AUDMIXSINK
|
H A D | AudioMixer.cpp | 51 PAUDMIXSINK pSink = (PAUDMIXSINK)RTMemAllocZ(sizeof(AUDMIXSINK)); 213 PAUDMIXSINK pSink = RTListGetFirst(&pMixer->lstSinks, AUDMIXSINK, Node); 216 PAUDMIXSINK pNext = RTListNodeGetNext(&pSink->Node, AUDMIXSINK, Node); 262 RTListForEach(&pMixer->lstSinks, pSink, AUDMIXSINK, Node) 276 RTListForEach(&pMixer->lstSinks, pSink, AUDMIXSINK, Node)
|
Completed in 49 milliseconds