Home
last modified time | relevance | path

Searched refs:audio_bug (Results 1 – 5 of 5) sorted by relevance

/external/qemu/audio/
Daudio_template.h60 if (audio_bug (AUDIO_FUNC, !voice_size && max_voices)) { in glue()
66 if (audio_bug (AUDIO_FUNC, voice_size && !max_voices)) { in glue()
255 if (audio_bug (AUDIO_FUNC, !drv)) { in glue()
260 if (audio_bug (AUDIO_FUNC, !drv->pcm_ops)) { in glue()
283 if (audio_bug (AUDIO_FUNC, hw->samples <= 0)) { in glue()
398 if (audio_bug (AUDIO_FUNC, !card)) { in glue()
425 if (audio_bug (AUDIO_FUNC, !card || !name || !callback_fn || !as)) { in glue()
431 if (audio_bug (AUDIO_FUNC, audio_validate_settings (as))) { in glue()
436 if (audio_bug (AUDIO_FUNC, !glue (s->drv_, TYPE))) { in glue()
Daudio.c221 int audio_bug (const char *funcname, int cond) in audio_bug() function
267 audio_bug ("bits_to_index", 1); in audio_bits_to_index()
283 if (audio_bug ("audio_calloc", cond)) { in audio_calloc()
536 if (audio_bug (AUDIO_FUNC, !prefix)) { in audio_process_options()
541 if (audio_bug (AUDIO_FUNC, !opt)) { in audio_process_options()
957 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_hw_get_live_in()
973 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_sw_get_rpos_in()
996 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_sw_read()
1022 if (audio_bug (AUDIO_FUNC, osamp < 0)) { in audio_pcm_sw_read()
1072 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_hw_get_live_out2()
[all …]
Daudio_int.h226 int audio_bug (const char *funcname, int cond);
Dfmodaudio.c274 if (audio_bug (AUDIO_FUNC, decr < 0)) { in fmod_run_out()
Ddsoundaudio.c740 if (audio_bug (AUDIO_FUNC, len < 0 || len > bufsize)) { in dsound_run_out()