HomeSort by relevance Sort by last modified time
    Searched defs:ASSERTC (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/include/
btif_common.h 40 #define ASSERTC(cond, msg, val) if (!(cond)) { LOG_ERROR( \
66 ASSERTC(0, "Callback is NULL", 0); \
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 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,
    [all...]

Completed in 162 milliseconds