Searched refs:dsound (Results 1 – 4 of 4) sorted by relevance
/external/qemu/audio/ |
D | dsoundaudio.c | 67 LPDIRECTSOUND dsound; member 71 } dsound; typedef 73 static dsound glob_dsound; 418 static void dsound_close (dsound *s) in dsound_close() 431 static int dsound_open (dsound *s) in dsound_open() 441 s->dsound, in dsound_open() 468 s->dsound, in dsound_open() 849 dsound *s = opaque; in dsound_audio_fini() 851 if (!s->dsound) { in dsound_audio_fini() 855 hr = IDirectSound_Release (s->dsound); in dsound_audio_fini() [all …]
|
D | dsound_template.h | 39 #define FIELD2 dsound 184 dsound *s = &glob_dsound; in dsound_init_in() 224 s->dsound, in dsound_init_in()
|
/external/smack/asmack-master/jingle/ |
D | 60-remove-jingle_mediaimpl.patch | 377 - cls = Class.forName("com.sun.media.protocol.dsound.DSound"); 2575 - super(payloadType, remote, local, locator==null?"dsound://":locator,jingleSession); 3131 - * Creates an Audio Channel for a desired jmf locator. For instance: new MediaLocator("dsound:… 3905 - super(payloadType, remote, local, locator == null ? "dsound://" : locator, jingleSession);
|
/external/qemu/distrib/sdl-1.2.15/ |
D | configure.in | 2084 AC_CHECK_HEADER(dsound.h, have_dsound=yes)
|