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

/external/qemu/audio/
H A Ddsoundaudio.c68 LPDIRECTSOUNDCAPTURE dsound_capture; member in struct:__anon8032
861 if (!s->dsound_capture) {
865 hr = IDirectSoundCapture_Release (s->dsound_capture);
869 s->dsound_capture = NULL;
913 (void **) &s->dsound_capture
919 hr = IDirectSoundCapture_Initialize (s->dsound_capture, NULL);
923 hr = IDirectSoundCapture_Release (s->dsound_capture);
927 s->dsound_capture = NULL;

Completed in 38 milliseconds