HomeSort by relevance Sort by last modified time
    Searched refs:dsound_capture (Results 1 - 2 of 2) sorted by null

  /external/qemu/audio/
dsound_template.h 31 #define FIELD2 dsound_capture
215 s->dsound_capture,
dsoundaudio.c 68 LPDIRECTSOUNDCAPTURE dsound_capture; member in struct:__anon4189
956 if (!s->dsound_capture) {
960 hr = IDirectSoundCapture_Release (s->dsound_capture);
964 s->dsound_capture = NULL;
1008 (void **) &s->dsound_capture
1014 hr = IDirectSoundCapture_Initialize (s->dsound_capture, NULL);
1018 hr = IDirectSoundCapture_Release (s->dsound_capture);
1022 s->dsound_capture = NULL;

Completed in 168 milliseconds