/system/bt/btif/src/ |
D | btif_gatt_test.c | 108 LOG_DEBUG(LOG_TAG, "%s: conn_id=%d, connected=%d", __FUNCTION__, conn_id, connected); in btif_test_connect_cback() 115 LOG_DEBUG(LOG_TAG, "%s: op_code=0x%02x, conn_id=0x%x. status=0x%x", in btif_test_command_complete_cback() 132 LOG_DEBUG(LOG_TAG, "%s: Unknown op_code (0x%02x)", __FUNCTION__, op); in btif_test_command_complete_cback() 143 LOG_DEBUG(LOG_TAG, "------ GATT Discovery result %-22s -------", disc_name[disc_type]); in btif_test_discovery_result_cback() 144 LOG_DEBUG(LOG_TAG, " Attribute handle: 0x%04x (%d)", p_data->handle, p_data->handle); in btif_test_discovery_result_cback() 147 LOG_DEBUG(LOG_TAG, " Attribute type: %s", format_uuid(p_data->type, str_buf)); in btif_test_discovery_result_cback() 153 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback() 156 LOG_DEBUG(LOG_TAG, " Service UUID: %s", in btif_test_discovery_result_cback() 161 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback() 167 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback() [all …]
|
D | btif_sock_util.c | 174 LOG_DEBUG(LOG_TAG, "%s, size:%d, dump started {", title, size); in dump_bin() 191 LOG_DEBUG(LOG_TAG, "%s", line_buff); in dump_bin() 212 LOG_DEBUG(LOG_TAG, "%s", line_buff); in dump_bin() 240 LOG_DEBUG(LOG_TAG, "%s", line_buff); in dump_bin() 242 LOG_DEBUG(LOG_TAG, "%s, size:%d, dump ended }", title, size); in dump_bin()
|
D | btif_avrcp_audio_track.cpp | 78 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackStop() 91 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackDelete() 112 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackPause() 126 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpSetAudioTrackGain()
|
D | btif_config.c | 109 LOG_DEBUG(LOG_TAG, "%s: Device [%s] type %d", __FUNCTION__, bd_addr_str, *p_device_type); in btif_get_device_type() 127 LOG_DEBUG(LOG_TAG, "%s: Device [%s] address type %d", __FUNCTION__, bd_addr_str, *p_addr_type); in btif_get_address_type()
|
D | btif_gatt_server.c | 340 LOG_DEBUG(LOG_TAG, "%s: Empty event (%d)!", __FUNCTION__, event); in btapp_gatts_handle_cback()
|
D | btif_dm.c | 581 …LOG_DEBUG(LOG_TAG, "remote version info [%s]: %x, %x, %x", bdaddr_to_string(p_bd, bdstr, sizeof(bd… in btif_update_remote_version_property() 1042 LOG_DEBUG(LOG_TAG, "%s cod is 0, set as unclassified", __func__); in btif_dm_ssp_cfm_req_evt() 1077 LOG_DEBUG(LOG_TAG, "%s cod is 0, set as unclassified", __func__); in btif_dm_ssp_key_notif_evt() 1348 LOG_DEBUG(LOG_TAG, "%s cod is 0, set as unclassified", __func__); in btif_dm_search_devices_evt()
|
D | btif_gatt_client.c | 565 LOG_DEBUG(LOG_TAG, "BTA_GATTC_ACL_EVT: status = %d", p_data->status); in btif_gattc_upstreams_evt()
|
/system/bt/main/ |
D | bte_conf.c | 46 LOG_DEBUG(LOG_TAG, "%s no section named %s.", __func__, section_name); in bte_load_did_conf() 66 …LOG_DEBUG(LOG_TAG, "Device ID record %d : %s", i, (record.primary_record ? "primary" : "not primar… in bte_load_did_conf() 67 LOG_DEBUG(LOG_TAG, " vendorId = %04x", record.vendor); in bte_load_did_conf() 68 LOG_DEBUG(LOG_TAG, " vendorIdSource = %04x", record.vendor_id_source); in bte_load_did_conf() 69 LOG_DEBUG(LOG_TAG, " product = %04x", record.product); in bte_load_did_conf() 70 LOG_DEBUG(LOG_TAG, " version = %04x", record.version); in bte_load_did_conf() 71 LOG_DEBUG(LOG_TAG, " clientExecutableURL = %s", record.client_executable_url); in bte_load_did_conf() 72 LOG_DEBUG(LOG_TAG, " serviceDescription = %s", record.service_description); in bte_load_did_conf() 73 LOG_DEBUG(LOG_TAG, " documentationURL = %s", record.documentation_url); in bte_load_did_conf()
|
D | bte_logmsg.c | 189 LOG_DEBUG(bt_layer_tags[trace_layer], "%s", buffer); in LogMsg()
|
/system/bt/osi/include/ |
D | log.h | 33 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__) macro 47 #define LOG_DEBUG(tag, fmt, args...) ALOG(LOG_DEBUG, tag, fmt, ## args ) macro
|
/system/core/include/log/ |
D | log.h | 114 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) 120 ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \ 185 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
|
/system/bt/osi/src/ |
D | metrics.cpp | 182 LOG_DEBUG(LOG_TAG, "%s serializing metrics", __func__); in metrics_write() 209 LOG_DEBUG(LOG_TAG, "%s printing metrics", __func__); in metrics_print()
|
D | thread.c | 222 LOG_DEBUG(LOG_TAG, "%s growing event queue on shutdown.", __func__); in run_thread()
|
D | config.c | 429 LOG_DEBUG(LOG_TAG, "%s unterminated section name on line %d.", __func__, line_num); in config_parse() 437 LOG_DEBUG(LOG_TAG, "%s no key/value separator found on line %d.", __func__, line_num); in config_parse()
|
D | alarm.c | 551 … LOG_DEBUG(LOG_TAG, "%s alarm expiration too close for posix timers, switching to guns", __func__); in reschedule_root_alarm() 673 LOG_DEBUG(LOG_TAG, "%s Callback thread exited", __func__); in callback_dispatch()
|
D | wakelock.c | 190 LOG_DEBUG(LOG_TAG, "%s opening wake locks", __func__); in wakelock_initialize_native()
|
/system/bt/hci/src/ |
D | btsnoop_net.c | 57 LOG_DEBUG(LOG_TAG, "initialized"); in btsnoop_net_open()
|
D | hci_layer.c | 272 LOG_DEBUG(LOG_TAG, "%s starting async portion", __func__); in start_up() 346 LOG_DEBUG(LOG_TAG, "%s posting postload work item", __func__); in do_postload()
|
/system/core/logd/ |
D | LogKlog.cpp | 508 case LOG_DEBUG: in convertKernelPrioToAndroidPrio()
|
/system/bt/stack/rfcomm/ |
D | port_api.c | 46 #define debug(fmt, ...) LOG_DEBUG(LOG_TAG, "%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 1315 LOG_DEBUG(LOG_TAG, "%s", __func__); in bta_gattc_get_gatt_db()
|
D | bta_gattc_act.c | 2075 LOG_DEBUG(LOG_TAG, "Listen For All now"); in bta_gattc_listen()
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 1432 LOG_DEBUG(LOG_TAG, "%s: %s 0x%04d", __func__, bta_hh_uuid_to_str(p_char->uuid.uu.uuid16), in bta_hh_le_search_hid_chars()
|
/system/bt/stack/btm/ |
D | btm_ble_gap.c | 1719 LOG_DEBUG(LOG_TAG, "disc_mode %04x", disc_mode); in btm_ble_set_adv_flag()
|