OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDirectSoundBuffer_GetStatus
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c
273
IDirectSoundBuffer_GetStatus
(mixbuf, &status);
276
IDirectSoundBuffer_GetStatus
(mixbuf, &status);
309
IDirectSoundBuffer_GetStatus
(mixbuf, &status);
312
IDirectSoundBuffer_GetStatus
(mixbuf, &status);
/external/qemu/audio/
dsoundaudio.c
320
hr =
IDirectSoundBuffer_GetStatus
(dsb, statusp);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsound.h
591
#define
IDirectSoundBuffer_GetStatus
(p,a) (p)->lpVtbl->GetStatus(p,a)
615
#define
IDirectSoundBuffer_GetStatus
(p,a) (p)->GetStatus(a)
[
all
...]
Completed in 34 milliseconds