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

/external/bluetooth/bluedroid/btif/include/
H A Dbtif_common.h37 #define ASSERTC(cond, msg, val) if (!(cond)) { ALOGE( \ macro
63 ASSERTC(0, "Callback is NULL", 0); \
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c67 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);} macro
187 ASSERTC(cfg.format == AUDIO_FORMAT_PCM_16_BIT,

Completed in 176 milliseconds