Searched refs:IDirectSoundBuffer_Play (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Ddsoundaudio.c671 hr = IDirectSoundBuffer_Play (ds->dsound_buffer, 0, 0, DSBPLAY_LOOPING);
H A DDrvHostDSound.cpp576 HRESULT hr = IDirectSoundBuffer_Play(pDSoundStrmOut->pDSB, 0, 0, DSBPLAY_LOOPING);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h593 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c) macro
617 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->Play(a,b,c) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h586 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c) macro
610 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->Play(a,b,c) macro

Completed in 314 milliseconds