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

  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 375 result = IDirectSoundBuffer_Lock(mixbuf, cursor, mixlen,
379 result = IDirectSoundBuffer_Lock(mixbuf, cursor, mixlen,
554 result = IDirectSoundBuffer_Lock(*sndbuf, 0, format.dwBufferBytes,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsound.h 593 #define IDirectSoundBuffer_Lock(p,a,b,c,d,e,f,g) (p)->lpVtbl->Lock(p,a,b,c,d,e,f,g)
617 #define IDirectSoundBuffer_Lock(p,a,b,c,d,e,f,g) (p)->Lock(a,b,c,d,e,f,g)
    [all...]

Completed in 33 milliseconds