Home | History | Annotate | Download | only in audio_a2dp_hw

Lines Matching defs:ASSERTC

66 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
186 ASSERTC(cfg.format == AUDIO_FORMAT_PCM_16_BIT,