Home
last modified time | relevance | path

Searched defs:ASSERTC (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/include/
Dbtif_common.h36 #define ASSERTC(cond, msg, val) if (!(cond)) { LOG_ERROR(LOG_TAG, \ macro
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c73 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__… macro