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

/external/qemu/audio/
H A Daudio_template.h60 if (audio_bug (AUDIO_FUNC, !voice_size && max_voices)) {
66 if (audio_bug (AUDIO_FUNC, voice_size && !max_voices)) {
255 if (audio_bug (AUDIO_FUNC, !drv)) {
260 if (audio_bug (AUDIO_FUNC, !drv->pcm_ops)) {
283 if (audio_bug (AUDIO_FUNC, hw->samples <= 0)) {
398 if (audio_bug (AUDIO_FUNC, !card)) {
425 if (audio_bug (AUDIO_FUNC, !card || !name || !callback_fn || !as)) {
431 if (audio_bug (AUDIO_FUNC, audio_validate_settings (as))) {
436 if (audio_bug (AUDIO_FUNC, !s->drv)) {
H A Daudio.c214 int audio_bug (const char *funcname, int cond) function
266 audio_bug ("bits_to_index", 1);
282 if (audio_bug ("audio_calloc", cond)) {
535 if (audio_bug (AUDIO_FUNC, !prefix)) {
540 if (audio_bug (AUDIO_FUNC, !opt)) {
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_FUN
[all...]
H A Daudio_int.h229 int audio_bug (const char *funcname, int cond);
H A Ddsoundaudio.c645 if (audio_bug (AUDIO_FUNC, len < 0 || len > bufsize)) {
H A Dfmodaudio.c260 if (audio_bug (AUDIO_FUNC, decr < 0)) {

Completed in 81 milliseconds