HomeSort by relevance Sort by last modified time
    Searched refs:ASSERTC (Results 1 - 10 of 10) 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/btif/src/
btif_dm.c 546 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote version", status);
570 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device name", status);
593 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device class", status);
609 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device type", status);
    [all...]
btif_hl.c 128 ASSERTC(0, "Callback is NULL", 0); \
140 ASSERTC(0, "Callback is NULL", 0); \
    [all...]
btif_gatt_server.c 363 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status);
btif_hf_client.c 924 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status);
    [all...]
btif_hh.c     [all...]
btif_gatt_client.c 857 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status);
906 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status);
    [all...]
btif_av.c     [all...]
btif_hf.c 661 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status);
    [all...]
  /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 283 milliseconds