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

/vbox/src/VBox/Devices/Audio/
H A Ddsoundaudio.c889 hr = IDirectSoundCaptureBuffer_Start (ds->dsound_capture_buffer, DSCBSTART_LOOPING);
H A DDrvHostDSound.cpp851 hr = IDirectSoundCaptureBuffer_Start(pDSoundStrmIn->pDSCB, DSCBSTART_LOOPING);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h795 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->lpVtbl->Start(p,a) macro
810 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->Start(a) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h788 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->lpVtbl->Start(p,a) macro
803 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->Start(a) macro

Completed in 65 milliseconds