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

/vbox/src/VBox/Devices/Audio/
H A Ddsoundaudio.c584 * dsoundPlayStart initializes part of it to make sure that Stop/Start continues with a correct
649 static int dsoundPlayStart (DSoundVoiceOut *ds) function
975 if (dsoundPlayStart (ds)) {
979 if (dsoundPlayStart (ds)) {
H A DDrvHostDSound.cpp461 * dsoundPlayStart initializes part of it to make sure that Stop/Start continues with a correct
550 static int dsoundPlayStart(PDSOUNDSTREAMOUT pDSoundStrmOut) function
1034 rc = dsoundPlayStart(pDSoundStrmOut);
1040 rc = dsoundPlayStart(pDSoundStrmOut);

Completed in 49 milliseconds