/external/qemu/audio/ |
noaudio.c | 168 .voice_size_out = sizeof (NoVoiceOut),
|
wavaudio.c | 484 INIT_FIELD (voice_size_out = ) sizeof (WAVVoiceOut), 489 INIT_FIELD (voice_size_out = ) sizeof (WAVVoiceOut),
|
audio_int.h | 153 int voice_size_out; member in struct:audio_driver
|
coreaudio.c | 804 .voice_size_out = sizeof (coreaudioVoiceOut),
|
dsoundaudio.c | 1028 .voice_size_out = sizeof (DSoundVoiceOut),
|
esdaudio.c | 640 .voice_size_out = sizeof (ESDVoiceOut),
|
fmodaudio.c | 685 .voice_size_out = sizeof (FMODVoiceOut),
|
paaudio.c | 615 .voice_size_out = sizeof (PAVoiceOut),
|
winaudio.c | 663 INIT_FIELD (voice_size_out = ) sizeof (WinAudioOut),
|
alsaaudio.c | [all...] |
ossaudio.c | 933 .voice_size_out = sizeof (OSSVoiceOut),
|