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

  /external/bluetooth/bluedroid/btif/src/
btif_profile_queue.c 63 ASSERTC(p_node != NULL, "Failed to allocate new list node", 0);
69 ASSERTC(connect_queue != NULL, "Failed to allocate list", 0);
btif_dm.c 522 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote version", status);
546 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device name", status);
569 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device class", status);
577 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device type", status);
    [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 356 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status);
btif_hf_client.c 925 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status);
    [all...]
btif_hh.c     [all...]
btif_hf.c 655 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status);
    [all...]
btif_gatt_client.c 803 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status);
852 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status);
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_common.h 37 #define ASSERTC(cond, msg, val) if (!(cond)) { ALOGE( \
63 ASSERTC(0, "Callback is NULL", 0); \
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 67 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
187 ASSERTC(cfg.format == AUDIO_FORMAT_PCM_16_BIT,
    [all...]

Completed in 574 milliseconds