Home
last modified time | relevance | path

Searched refs:ASSERTC (Results 1 – 11 of 11) sorted by relevance

/system/bt/btif/include/
Dbtif_common.h39 #define ASSERTC(cond, msg, val) \ macro
87 ASSERTC(0, "Callback is NULL", 0); \
/system/bt/btif/src/
Dbtif_dm.cc612 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 …]
Dbtif_gatt_client.cc73 ASSERTC(0, "Callback is NULL", 0); \
207 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status); in bta_gattc_cback()
Dbtif_ble_scanner.cc62 ASSERTC(0, "Callback is NULL", 0); \
Dbtif_gatt_server.cc263 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status); in btapp_gatts_cback()
Dbtif_hd.cc339 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bte_hd_evt()
Dbtif_hh.cc1002 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()
Dbtif_hf_client.cc1032 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bta_hf_client_evt()
Dbtif_hf.cc626 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bte_hf_evt()
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc66 #define ASSERTC(cond, msg, val) \ macro
207 ASSERTC(false, "unsupported sample format", cfg.format); in calc_audiotime_usec()
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc79 #define ASSERTC(cond, msg, val) \ macro
223 ASSERTC(false, "unsupported sample format", cfg.format); in calc_audiotime_usec()