HomeSort by relevance Sort by last modified time
    Searched refs:AUD_log (Results 1 - 10 of 10) sorted by null

  /external/qemu/audio/
audio_pt_int.c 19 AUD_log (NULL, "\n");
20 AUD_log (pt->drv, "Reason: %s\n", strerror (err));
audio.c 219 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, ...)
617 AUD_log (NULL, "S8")
    [all...]
audio.h 91 void AUD_log (const char *cap, const char *fmt, ...)
coreaudio.c 114 AUD_log (AUDIO_CAP, "Reason: status code %ld\n", status);
118 AUD_log (AUDIO_CAP, "Reason: %s\n", str);
130 AUD_log (AUDIO_CAP, fmt, ap);
145 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
dsoundaudio.c 227 AUD_log (AUDIO_CAP, "Reason: Unknown (HRESULT %#lx)\n", hr);
231 AUD_log (AUDIO_CAP, "Reason: %s\n", str);
258 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
fmodaudio.c 65 AUD_log (AUDIO_CAP, "Reason: %s\n",
77 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
83 AUD_log (AUDIO_CAP, "Reason: %s\n",
ossaudio.c 100 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err));
112 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
118 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err));
351 AUD_log (AUDIO_CAP, "Returned bogus buffer information(%d, %d) for %s\n",
alsaaudio.c 181 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(snd_strerror) (err));
193 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
199 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(snd_strerror) (err));
    [all...]
esdaudio.c 110 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err));
paaudio.c 84 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(pa_strerror) (err));

Completed in 36 milliseconds