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 87 ASSERTC(0, "Callback is NULL", 0); \
|
/system/bt/btif/src/ |
D | btif_dm.cc | 612 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote version", in btif_update_remote_version_property() 634 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device name", in btif_update_remote_properties() 660 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device class", in btif_update_remote_properties() 680 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device type", in btif_update_remote_properties() 1124 ASSERTC(ret == BT_STATUS_SUCCESS, "storing link key failed", ret); in btif_dm_auth_cmpl_evt() 1313 ASSERTC(status == BT_STATUS_SUCCESS, in btif_dm_search_devices_evt() 1408 ASSERTC(status == BT_STATUS_SUCCESS, in btif_dm_search_devices_evt() 1411 ASSERTC(status == BT_STATUS_SUCCESS, in btif_dm_search_devices_evt() 1538 ASSERTC(ret == BT_STATUS_SUCCESS, "storing remote services failed", in btif_dm_search_services_evt() 1573 ASSERTC(ret == BT_STATUS_SUCCESS, "storing remote services failed", in btif_dm_search_services_evt() [all …]
|
D | btif_gatt_client.cc | 73 ASSERTC(0, "Callback is NULL", 0); \ 207 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status); in bta_gattc_cback()
|
D | btif_ble_scanner.cc | 62 ASSERTC(0, "Callback is NULL", 0); \
|
D | btif_gatt_server.cc | 263 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status); in btapp_gatts_cback()
|
D | btif_hd.cc | 339 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bte_hd_evt()
|
D | btif_hh.cc | 1002 ASSERTC(ret == BT_STATUS_SUCCESS, "storing hid info failed", ret); in btif_hh_upstreams_evt() 1136 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bte_hh_evt()
|
D | btif_hf_client.cc | 1032 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bta_hf_client_evt()
|
D | btif_hf.cc | 626 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 207 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()
|