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

/external/qemu/audio/
H A Ddsoundaudio.c68 LPDIRECTSOUNDCAPTURE dsound_capture; member in struct:__anon29231
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;
H A Ddsound_template.h31 #define FIELD2 dsound_capture
215 s->dsound_capture,

Completed in 83 milliseconds