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

  /external/qemu/audio/
dsoundaudio.c 68 LPDIRECTSOUNDCAPTURE dsound_capture; member in struct:__anon9513
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;
dsound_template.h 31 #define FIELD2 dsound_capture
215 s->dsound_capture,

Completed in 19 milliseconds