Home
last modified time | relevance | path

Searched refs:AUD_log (Results 1 – 9 of 9) sorted by relevance

/external/qemu/audio/
Daudio.c226 AUD_log (NULL, "A bug was just triggered in %s\n", funcname); in audio_bug()
229 AUD_log (NULL, "Save all your work and restart without audio\n"); in audio_bug()
230 AUD_log (NULL, "Please send bug report to malc@pulsesoft.com\n"); in audio_bug()
231 AUD_log (NULL, "I am sorry\n"); in audio_bug()
233 AUD_log (NULL, "Context:\n"); in audio_bug()
268 AUD_log (NULL, "invalid bits %d\n", bits); in audio_bits_to_index()
284 AUD_log (NULL, "%s passed invalid arguments to audio_calloc\n", in audio_calloc()
286 AUD_log (NULL, "nmemb=%d size=%zu (len=%zu)\n", nmemb, size, len); in audio_calloc()
448 void AUD_log (const char *cap, const char *fmt, ...) in AUD_log() function
618 AUD_log (NULL, "S8"); in audio_print_settings()
[all …]
Daudio_pt_int.c17 AUD_log (NULL, "\n"); in logerr()
18 AUD_log (pt->drv, "Reason: %s\n", strerror (err)); in logerr()
Dcoreaudio.c115 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()
Dossaudio.c90 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()
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()
Dfmodaudio.c70 AUD_log (AUDIO_CAP, "Reason: %s\n", in fmod_logerr()
82 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in fmod_logerr2()
88 AUD_log (AUDIO_CAP, "Reason: %s\n", in fmod_logerr2()
Ddsoundaudio.c227 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()
258 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in dsound_logerr2()
Daudio.h91 void AUD_log (const char *cap, const char *fmt, ...)
Dalsaaudio.c164 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()
182 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(snd_strerror) (err)); in alsa_logerr2()
Desdaudio.c109 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err)); in qesd_logerr()