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

  /external/bluetooth/bluedroid/btif/include/
btif_common.h 36 #define ASSERTC(cond, msg, val) if (!(cond)) { ALOGE( \
61 ASSERTC(0, "Callback is NULL", 0); \
  /external/bluetooth/bluedroid/btif/src/
btif_profile_queue.c 68 ASSERTC(p_node != NULL, "Failed to allocate new list node", 0);
btif_dm.c 388 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote version", status);
412 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device name", status);
426 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device class", status);
434 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device type", status);
844 ASSERTC(ret == BT_STATUS_SUCCESS, "storing link key failed", ret);
    [all...]
btif_hl.c 115 ASSERTC(0, "Callback is NULL", 0); \
127 ASSERTC(0, "Callback is NULL", 0); \
    [all...]
btif_av.c     [all...]
btif_gatt_server.c 343 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status);
btif_hf.c 439 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status);
    [all...]
btif_hh.c     [all...]
btif_gatt_client.c 525 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status);
    [all...]
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 65 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
176 ASSERTC(cfg.format == AUDIO_FORMAT_PCM_16_BIT,

Completed in 53 milliseconds