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
85 ASSERTC(0, "Callback is NULL", 0); \
/system/bt/btif/src/
Dbtif_dm.cc508 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 …]
Dbtif_gatt_client.cc74 ASSERTC(0, "Callback is NULL", 0); \
241 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status); in bta_gattc_cback()
Dbtif_ble_scanner.cc64 ASSERTC(0, "Callback is NULL", 0); \
Dbtif_gatt_server.cc264 ASSERTC(status == BT_STATUS_SUCCESS, "Context transfer failed!", status); in btapp_gatts_cback()
Dbtif_hd.cc336 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bte_hd_evt()
Dbtif_hh.cc1001 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()
Dbtif_hf_client.cc1028 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bta_hf_client_evt()
Dbtif_hf.cc627 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
229 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()