/external/qemu/audio/ |
D | fmodaudio.c | 29 #define AUDIO_CAP "fmod" macro 67 AUD_vlog (AUDIO_CAP, fmt, ap); in fmod_logerr() 70 AUD_log (AUDIO_CAP, "Reason: %s\n", in fmod_logerr() 82 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in fmod_logerr2() 85 AUD_vlog (AUDIO_CAP, fmt, ap); in fmod_logerr2() 88 AUD_log (AUDIO_CAP, "Reason: %s\n", in fmod_logerr2()
|
D | ossaudio.c | 36 #define AUDIO_CAP "oss" macro 87 AUD_vlog (AUDIO_CAP, fmt, ap); in oss_logerr() 90 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err)); in oss_logerr() 102 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in oss_logerr2() 105 AUD_vlog (AUDIO_CAP, fmt, ap); in oss_logerr2() 108 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err)); in oss_logerr2() 258 AUD_log (AUDIO_CAP, "Returned bogus buffer information(%d, %d) for %s\n", in oss_open()
|
D | coreaudio.c | 32 #define AUDIO_CAP "coreaudio" macro 115 AUD_log (AUDIO_CAP, "Reason: status code %ld\n", status); in coreaudio_logstatus() 119 AUD_log (AUDIO_CAP, "Reason: %s\n", str); in coreaudio_logstatus() 131 AUD_log (AUDIO_CAP, fmt, ap); in coreaudio_logerr() 146 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in coreaudio_logerr2() 149 AUD_vlog (AUDIO_CAP, fmt, ap); in coreaudio_logerr2()
|
D | dsoundaudio.c | 31 #define AUDIO_CAP "dsound" macro 227 AUD_log (AUDIO_CAP, "Reason: Unknown (HRESULT %#lx)\n", hr); in dsound_log_hresult() 231 AUD_log (AUDIO_CAP, "Reason: %s\n", str); in dsound_log_hresult() 243 AUD_vlog (AUDIO_CAP, fmt, ap); in dsound_logerr() 258 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in dsound_logerr2() 260 AUD_vlog (AUDIO_CAP, fmt, ap); in dsound_logerr2()
|
D | alsaaudio.c | 29 #define AUDIO_CAP "alsa" macro 161 AUD_vlog (AUDIO_CAP, fmt, ap); in alsa_logerr() 164 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(snd_strerror) (err)); in alsa_logerr() 176 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in alsa_logerr2() 179 AUD_vlog (AUDIO_CAP, fmt, ap); in alsa_logerr2() 182 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(snd_strerror) (err)); in alsa_logerr2()
|
D | audio_int.h | 253 AUD_vlog (AUDIO_CAP, fmt, ap); in dolog() 263 AUD_vlog (AUDIO_CAP, fmt, ap); in ldebug()
|
D | esdaudio.c | 30 #define AUDIO_CAP "esd" macro 106 AUD_vlog (AUDIO_CAP, fmt, ap); in qesd_logerr() 109 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err)); in qesd_logerr()
|
D | sdlaudio.c | 38 #define AUDIO_CAP "sdl" macro 101 AUD_vlog (AUDIO_CAP, fmt, ap); in sdl_logerr() 104 AUD_log (AUDIO_CAP, "Reason: %s\n", SDL_GetError ()); in sdl_logerr()
|
D | audio_pt_int.c | 3 #define AUDIO_CAP "audio-pt" macro
|
D | noaudio.c | 28 #define AUDIO_CAP "noaudio" macro
|
D | mixeng.c | 28 #define AUDIO_CAP "mixeng" macro
|
D | wavaudio.c | 29 #define AUDIO_CAP "wav" macro
|
D | winaudio.c | 28 #define AUDIO_CAP "winaudio" macro
|
D | audio.c | 31 #define AUDIO_CAP "audio" macro
|