Home
last modified time | relevance | path

Searched refs:AUD_vlog (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/audio/
H A Daudio.h94 void AUD_vlog (const char *cap, const char *fmt, va_list ap) G_GNUC_PRINTF(2, 0);
H A Ddsoundaudio.c234 AUD_vlog (AUDIO_CAP, fmt, ap); in dsound_logerr()
251 AUD_vlog (AUDIO_CAP, fmt, ap); in dsound_logerr2()
H A Dossaudio.c72 AUD_vlog (AUDIO_CAP, fmt, ap); in oss_logerr()
90 AUD_vlog (AUDIO_CAP, fmt, ap); in oss_logerr2()
H A Dalsaaudio.c80 AUD_vlog (AUDIO_CAP, fmt, ap); in alsa_logerr()
98 AUD_vlog (AUDIO_CAP, fmt, ap); in alsa_logerr2()
H A Dsdlaudio.c64 AUD_vlog (AUDIO_CAP, fmt, ap); in sdl_logerr()
H A Dpaaudio.c51 AUD_vlog (AUDIO_CAP, fmt, ap); in qpa_logerr()
H A Dcoreaudio.m236 AUD_vlog (AUDIO_CAP, fmt, ap);
H A Daudio.c156 void AUD_vlog (const char *cap, const char *fmt, va_list ap) in AUD_vlog() function
170 AUD_vlog (cap, fmt, ap); in AUD_log()