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

/vbox/src/VBox/Devices/Audio/
H A Ddsoundaudio.c736 HRESULT hr = IDirectSoundCaptureBuffer_Stop (ds->dsound_capture_buffer);
864 HRESULT hr = IDirectSoundCaptureBuffer_Stop (ds->dsound_capture_buffer);
H A DDrvHostDSound.cpp684 HRESULT hr = IDirectSoundCaptureBuffer_Stop(pDSoundStrmIn->pDSCB);
821 HRESULT hr = IDirectSoundCaptureBuffer_Stop(pDSoundStrmIn->pDSCB);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h796 #define IDirectSoundCaptureBuffer_Stop(p) (p)->lpVtbl->Stop(p) macro
811 #define IDirectSoundCaptureBuffer_Stop(p) (p)->Stop() macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h789 #define IDirectSoundCaptureBuffer_Stop(p) (p)->lpVtbl->Stop(p) macro
804 #define IDirectSoundCaptureBuffer_Stop(p) (p)->Stop() macro

Completed in 67 milliseconds