/external/qemu/audio/ |
audio_pt_int.c | 34 logerr (p, errno, "%s(%s): sigfillset failed", cap, AUDIO_FUNC); 61 cap, AUDIO_FUNC); 77 logerr (p, err2, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC); 83 logerr (p, err2, "%s(%s): pthread_mutex_destroy failed", cap, AUDIO_FUNC); 87 logerr (p, err, "%s(%s): %s failed", cap, AUDIO_FUNC, efunc); 97 logerr (p, err, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC); 103 logerr (p, err, "%s(%s): pthread_mutex_destroy failed", cap, AUDIO_FUNC); 115 logerr (p, err, "%s(%s): pthread_mutex_lock failed", cap, AUDIO_FUNC); 127 logerr (p, err, "%s(%s): pthread_mutex_unlock failed", cap, AUDIO_FUNC); 139 logerr (p, err, "%s(%s): pthread_cond_wait failed", cap, AUDIO_FUNC); [all...] |
esdaudio.c | 122 if (audio_pt_lock (&esd->pt, AUDIO_FUNC)) { 138 if (audio_pt_wait (&esd->pt, AUDIO_FUNC)) { 146 if (audio_pt_unlock (&esd->pt, AUDIO_FUNC)) { 184 if (audio_pt_lock (&esd->pt, AUDIO_FUNC)) { 194 audio_pt_unlock (&esd->pt, AUDIO_FUNC); 203 if (audio_pt_lock (&esd->pt, AUDIO_FUNC)) { 212 audio_pt_unlock_and_signal (&esd->pt, AUDIO_FUNC); 215 audio_pt_unlock (&esd->pt, AUDIO_FUNC); 260 esd->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); 273 if (audio_pt_init (&esd->pt, qesd_thread_out, esd, AUDIO_CAP, AUDIO_FUNC)) { [all...] |
paaudio.c | 95 if (audio_pt_lock (&pa->pt, AUDIO_FUNC)) { 111 if (audio_pt_wait (&pa->pt, AUDIO_FUNC)) { 119 if (audio_pt_unlock (&pa->pt, AUDIO_FUNC)) { 140 if (audio_pt_lock (&pa->pt, AUDIO_FUNC)) { 150 audio_pt_unlock (&pa->pt, AUDIO_FUNC); 159 if (audio_pt_lock (&pa->pt, AUDIO_FUNC)) { 168 audio_pt_unlock_and_signal (&pa->pt, AUDIO_FUNC); 171 audio_pt_unlock (&pa->pt, AUDIO_FUNC); 190 if (audio_pt_lock (&pa->pt, AUDIO_FUNC)) { 206 if (audio_pt_wait (&pa->pt, AUDIO_FUNC)) { [all...] |
audio_template.h | 60 if (audio_bug (AUDIO_FUNC, !voice_size && max_voices)) { 66 if (audio_bug (AUDIO_FUNC, voice_size && !max_voices)) { 83 HWBUF = audio_calloc (AUDIO_FUNC, hw->samples, sizeof (struct st_sample)); 117 sw->buf = audio_calloc (AUDIO_FUNC, samples, sizeof (struct st_sample)); 255 if (audio_bug (AUDIO_FUNC, !drv)) { 260 if (audio_bug (AUDIO_FUNC, !drv->pcm_ops)) { 265 hw = audio_calloc (AUDIO_FUNC, 1, glue (drv->voice_size_, TYPE)); 283 if (audio_bug (AUDIO_FUNC, hw->samples <= 0)) { 358 sw = audio_calloc (AUDIO_FUNC, 1, sizeof (*sw)); 398 if (audio_bug (AUDIO_FUNC, !card)) [all...] |
audio.c | 535 if (audio_bug (AUDIO_FUNC, !prefix)) { 540 if (audio_bug (AUDIO_FUNC, !opt)) { 902 sc = audio_calloc (AUDIO_FUNC, 1, sizeof (*sc)); 956 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { 994 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { 1017 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { 1043 if (audio_bug (AUDIO_FUNC, osamp < 0)) { 1094 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { 1118 if (audio_bug (AUDIO_FUNC, live < 0 || live > hwsamples)){ [all...] |
audio_int.h | 285 #define AUDIO_FUNC __FUNCTION__ 287 #define AUDIO_FUNC __FILE__ ":" AUDIO_STRINGIFY (__LINE__)
|
mixeng.c | 301 struct rate *rate = audio_calloc (AUDIO_FUNC, 1, sizeof (*rate));
|
wavaudio.c | 152 wav->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); 317 wav->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift);
|
alsaaudio.c | 912 alsa->pcm_buf = audio_calloc (AUDIO_FUNC, obt.samples, 1 << hw->info.shift); 1017 alsa->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); [all...] |
ossaudio.c | 596 AUDIO_FUNC, 715 oss->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift);
|
dsoundaudio.c | 645 if (audio_bug (AUDIO_FUNC, len < 0 || len > bufsize)) {
|
fmodaudio.c | 260 if (audio_bug (AUDIO_FUNC, decr < 0)) {
|