Home
last modified time | relevance | path

Searched refs:AUDIO_CAP (Results 1 – 13 of 13) sorted by relevance

/external/qemu/audio/
Dfmodaudio.c29 #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()
Dossaudio.c36 #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()
Dcoreaudio.c32 #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()
Ddsoundaudio.c31 #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()
Dalsaaudio.c29 #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()
Daudio_int.h252 AUD_vlog (AUDIO_CAP, fmt, ap); in dolog()
262 AUD_vlog (AUDIO_CAP, fmt, ap); in ldebug()
Desdaudio.c30 #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()
Daudio_pt_int.c4 #define AUDIO_CAP "audio-pt" macro
Dnoaudio.c28 #define AUDIO_CAP "noaudio" macro
Dmixeng.c28 #define AUDIO_CAP "mixeng" macro
Dwavaudio.c29 #define AUDIO_CAP "wav" macro
Dwinaudio.c28 #define AUDIO_CAP "winaudio" macro
Daudio.c31 #define AUDIO_CAP "audio" macro