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

  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 257 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor);
293 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf,
347 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor);
350 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf,
  /external/qemu/audio/
dsoundaudio.c 590 hr = IDirectSoundBuffer_GetCurrentPosition (
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsound.h 586 #define IDirectSoundBuffer_GetCurrentPosition(p,a,b) (p)->lpVtbl->GetCurrentPosition(p,a,b)
610 #define IDirectSoundBuffer_GetCurrentPosition(p,a,b) (p)->GetCurrentPosition(a,b)
    [all...]

Completed in 31 milliseconds