Searched refs:ASSERTC (Results 1 – 11 of 11) sorted by relevance
/system/bt/btif/include/ |
D | btif_common.h | 39 #define ASSERTC(cond, msg, val) \ macro 85 ASSERTC(0, "Callback is NULL", 0); \
|
/system/bt/btif/src/ |
D | btif_dm.cc | 508 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote version", in btif_update_remote_version_property() 531 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device name", in btif_update_remote_properties() 561 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device class", in btif_update_remote_properties() 584 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device type", in btif_update_remote_properties() 929 ASSERTC(ret == BT_STATUS_SUCCESS, "storing link key failed", ret); in btif_dm_auth_cmpl_evt() 1133 ASSERTC(status == BT_STATUS_SUCCESS, in btif_dm_search_devices_evt() 1228 ASSERTC(status == BT_STATUS_SUCCESS, in btif_dm_search_devices_evt() 1231 ASSERTC(status == BT_STATUS_SUCCESS, in btif_dm_search_devices_evt() 1358 ASSERTC(ret == BT_STATUS_SUCCESS, "storing remote services failed", in btif_dm_search_services_evt() 1403 ASSERTC(ret == BT_STATUS_SUCCESS, "storing remote services failed", ret); in btif_dm_search_services_evt() [all …]
|
D | btif_gatt_client.cc | 74 ASSERTC(0, "Callback is NULL", 0); \ 241 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status); in bta_gattc_cback()
|
D | btif_ble_scanner.cc | 64 ASSERTC(0, "Callback is NULL", 0); \
|
D | btif_gatt_server.cc | 264 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status); in btapp_gatts_cback()
|
D | btif_hd.cc | 336 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bte_hd_evt()
|
D | btif_hh.cc | 1001 ASSERTC(ret == BT_STATUS_SUCCESS, "storing hid info failed", ret); in btif_hh_upstreams_evt() 1135 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bte_hh_evt()
|
D | btif_hf_client.cc | 1028 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bta_hf_client_evt()
|
D | btif_hf.cc | 627 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bte_hf_evt()
|
/system/bt/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 66 #define ASSERTC(cond, msg, val) \ macro 229 ASSERTC(false, "unsupported sample format", cfg.format); in calc_audiotime_usec()
|
/system/bt/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 79 #define ASSERTC(cond, msg, val) \ macro 223 ASSERTC(false, "unsupported sample format", cfg.format); in calc_audiotime_usec()
|