Searched defs:AUD_log (Results 1 - 1 of 1) sorted by relevance

/external/qemu/audio/
H A Daudio.c219 AUD_log (NULL, "A bug was just triggered in %s\n", funcname);
224 AUD_log (NULL, "Save all your work and restart without audio\n");
225 AUD_log (NULL, "Please send bug report to av1474@comtv.ru\n");
226 AUD_log (NULL, "I am sorry\n");
232 AUD_log (NULL, "Context:\n");
267 AUD_log (NULL, "invalid bits %d\n", bits);
283 AUD_log (NULL, "%s passed invalid arguments to audio_calloc\n",
285 AUD_log (NULL, "nmemb=%d size=%zu (len=%zu)\n", nmemb, size, len);
447 void AUD_log (const char *cap, const char *fmt, ...) function
617 AUD_log (NUL
[all...]

Completed in 59 milliseconds