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

  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 452 result = IDirectSound_CreateSoundBuffer(sndObj, &format, sndbuf, NULL);
546 result = IDirectSound_CreateSoundBuffer(sndObj, &format, sndbuf, NULL);
  /external/qemu/audio/
dsound_template.h 223 hr = IDirectSound_CreateSoundBuffer (
dsoundaudio.c 467 hr = IDirectSound_CreateSoundBuffer (
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsound.h 464 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->lpVtbl->CreateSoundBuffer(p,a,b,c)
478 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->CreateSoundBuffer(a,b,c)
    [all...]

Completed in 36 milliseconds