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

  /external/qemu/audio/
audio_win_int.c 6 #define AUDIO_CAP "win-int"
coreaudio.c 33 #define AUDIO_CAP "coreaudio"
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);
148 AUD_vlog (AUDIO_CAP, fmt, ap);
dsoundaudio.c 32 #define AUDIO_CAP "dsound"
227 AUD_log (AUDIO_CAP, "Reason: Unknown (HRESULT %#lx)\n", hr);
231 AUD_log (AUDIO_CAP, "Reason: %s\n", str);
243 AUD_vlog (AUDIO_CAP, fmt, ap);
258 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
260 AUD_vlog (AUDIO_CAP, fmt, ap);
fmodaudio.c 29 #define AUDIO_CAP "fmod"
62 AUD_vlog (AUDIO_CAP, fmt, ap);
65 AUD_log (AUDIO_CAP, "Reason: %s\n",
77 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
80 AUD_vlog (AUDIO_CAP, fmt, ap);
83 AUD_log (AUDIO_CAP, "Reason: %s\n",
audio_int.h 253 AUD_vlog (AUDIO_CAP, fmt, ap);
263 AUD_vlog (AUDIO_CAP, fmt, ap);
esdaudio.c 29 #define AUDIO_CAP "esd"
107 AUD_vlog (AUDIO_CAP, fmt, ap);
110 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err));
273 if (audio_pt_init (&esd->pt, qesd_thread_out, esd, AUDIO_CAP, AUDIO_FUNC)) {
481 if (audio_pt_init (&esd->pt, qesd_thread_in, esd, AUDIO_CAP, AUDIO_FUNC)) {
paaudio.c 9 #define AUDIO_CAP "pulseaudio"
81 AUD_vlog (AUDIO_CAP, fmt, ap);
84 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(pa_strerror) (err));
363 if (audio_pt_init (&pa->pt, qpa_thread_out, hw, AUDIO_CAP, AUDIO_FUNC)) {
417 if (audio_pt_init (&pa->pt, qpa_thread_in, hw, AUDIO_CAP, AUDIO_FUNC)) {
ossaudio.c 38 #define AUDIO_CAP "oss"
97 AUD_vlog (AUDIO_CAP, fmt, ap);
100 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err));
112 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
115 AUD_vlog (AUDIO_CAP, fmt, ap);
118 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err));
351 AUD_log (AUDIO_CAP, "Returned bogus buffer information(%d, %d) for %s\n",
audio_pt_int.c 4 #define AUDIO_CAP "audio-pt"
mixeng.c 28 #define AUDIO_CAP "mixeng"
noaudio.c 28 #define AUDIO_CAP "noaudio"
alsaaudio.c 34 #define AUDIO_CAP "alsa"
178 AUD_vlog (AUDIO_CAP, fmt, ap);
181 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(snd_strerror) (err));
193 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
196 AUD_vlog (AUDIO_CAP, fmt, ap);
199 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(snd_strerror) (err));
    [all...]
wavaudio.c 29 #define AUDIO_CAP "wav"
winaudio.c 28 #define AUDIO_CAP "winaudio"
audio.c 31 #define AUDIO_CAP "audio"
    [all...]

Completed in 68 milliseconds