/system/bt/btif/src/ |
D | btif_gatt_test.cc | 72 LOG_DEBUG(LOG_TAG, "%s: conn_id=%d, connected=%d", __func__, conn_id, in btif_test_connect_cback() 80 LOG_DEBUG(LOG_TAG, "%s: op_code=0x%02x, conn_id=0x%x. status=0x%x", __func__, in btif_test_command_complete_cback() 96 LOG_DEBUG(LOG_TAG, "%s: Unknown op_code (0x%02x)", __func__, op); in btif_test_command_complete_cback() 104 LOG_DEBUG(LOG_TAG, "------ GATT Discovery result %-22s -------", in btif_test_discovery_result_cback() 106 LOG_DEBUG(LOG_TAG, " Attribute handle: 0x%04x (%d)", p_data->handle, in btif_test_discovery_result_cback() 110 LOG_DEBUG(LOG_TAG, " Attribute type: %s", in btif_test_discovery_result_cback() 116 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback() 119 LOG_DEBUG(LOG_TAG, " Service UUID: %s", in btif_test_discovery_result_cback() 124 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback() 130 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback() [all …]
|
D | btif_avrcp_audio_track.cc | 92 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackStop() 104 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackDelete() 123 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackPause() 136 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpSetAudioTrackGain()
|
D | btif_sock.cc | 167 LOG_DEBUG( in btsock_listen() 220 LOG_DEBUG(LOG_TAG, "%s: type=BTSOCK_L2CAP_LE, channel=0x%x, flags=0x%x", in btsock_connect()
|
D | btif_config.cc | 123 LOG_DEBUG(LOG_TAG, "%s: Device [%s] type %d", __func__, bd_addr_str, in btif_get_device_type() 136 LOG_DEBUG(LOG_TAG, "%s: Device [%s] address type %d", __func__, bd_addr_str, in btif_get_address_type()
|
D | btif_gatt_server.cc | 234 LOG_DEBUG(LOG_TAG, "%s: Empty event (%d)!", __func__, event); in btapp_gatts_handle_cback()
|
/system/bt/main/ |
D | bte_conf.cc | 47 LOG_DEBUG(LOG_TAG, "%s no section named %s.", __func__, section_name); in bte_load_did_conf() 84 LOG_DEBUG(LOG_TAG, "Device ID record %d : %s", i, in bte_load_did_conf() 86 LOG_DEBUG(LOG_TAG, " vendorId = %04x", record.vendor); in bte_load_did_conf() 87 LOG_DEBUG(LOG_TAG, " vendorIdSource = %04x", record.vendor_id_source); in bte_load_did_conf() 88 LOG_DEBUG(LOG_TAG, " product = %04x", record.product); in bte_load_did_conf() 89 LOG_DEBUG(LOG_TAG, " version = %04x", record.version); in bte_load_did_conf() 90 LOG_DEBUG(LOG_TAG, " clientExecutableURL = %s", in bte_load_did_conf() 92 LOG_DEBUG(LOG_TAG, " serviceDescription = %s", in bte_load_did_conf() 94 LOG_DEBUG(LOG_TAG, " documentationURL = %s", record.documentation_url); in bte_load_did_conf()
|
D | bte_logmsg.cc | 196 LOG_DEBUG(bt_layer_tags[trace_layer], "%s", buffer); in LogMsg()
|
/system/bt/osi/include/ |
D | log.h | 34 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__) macro 65 #define LOG_DEBUG(tag, fmt, args...) \ macro 67 (true) ? ALOG(LOG_DEBUG, tag, fmt, ##args) \
|
/system/bt/gd/os/ |
D | log.h | 30 #define LOG_DEBUG(fmt, args...) ALOGD("%s: " fmt, __PRETTY_FUNCTION__, ##args) macro 44 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__) macro
|
/system/bt/stack/a2dp/ |
D | a2dp_vendor_ldac_encoder.cc | 384 LOG_DEBUG(LOG_TAG, "%s: sample_rate=%u bits_per_sample=%u channel_count=%u", in a2dp_vendor_ldac_encoder_update() 407 LOG_DEBUG(LOG_TAG, "%s: setting quality mode to %s", __func__, in a2dp_vendor_ldac_encoder_update() 412 LOG_DEBUG(LOG_TAG, "%s: setting quality mode to default %s", __func__, in a2dp_vendor_ldac_encoder_update() 428 LOG_DEBUG(LOG_TAG, "%s: changing mode from %s to %s", __func__, in a2dp_vendor_ldac_encoder_update() 433 LOG_DEBUG(LOG_TAG, "%s: already in LDAC ABR mode, do nothing.", in a2dp_vendor_ldac_encoder_update() 436 LOG_DEBUG(LOG_TAG, "%s: get and init LDAC ABR handle.", __func__); in a2dp_vendor_ldac_encoder_update() 446 LOG_DEBUG( in a2dp_vendor_ldac_encoder_update() 457 LOG_DEBUG(LOG_TAG, "%s: in %s mode, free LDAC ABR handle.", __func__, in a2dp_vendor_ldac_encoder_update() 482 LOG_DEBUG(LOG_TAG, "%s: MTU=%d, peer_mtu=%d", __func__, in a2dp_vendor_ldac_encoder_update() 484 LOG_DEBUG(LOG_TAG, in a2dp_vendor_ldac_encoder_update() [all …]
|
D | a2dp_sbc_encoder.cc | 219 LOG_DEBUG(LOG_TAG, "%s: sample_rate=%u bits_per_sample=%u channel_count=%u", in a2dp_sbc_encoder_update() 272 LOG_DEBUG(LOG_TAG, "%s: MTU=%d, peer_mtu=%d min_bitpool=%d max_bitpool=%d", in a2dp_sbc_encoder_update() 275 LOG_DEBUG(LOG_TAG, in a2dp_sbc_encoder_update() 332 LOG_DEBUG(LOG_TAG, "%s: bitpool candidate: %d (%d kbps)", __func__, in a2dp_sbc_encoder_update() 336 LOG_DEBUG(LOG_TAG, "%s: computed bitpool too large (%d)", __func__, in a2dp_sbc_encoder_update() 366 LOG_DEBUG(LOG_TAG, "%s: final bit rate %d, final bit pool %d", __func__, in a2dp_sbc_encoder_update() 390 LOG_DEBUG(LOG_TAG, "%s: PCM bytes per tick %u", __func__, in a2dp_sbc_feeding_reset() 904 LOG_DEBUG(LOG_TAG, "%s: bit rate %d ", __func__, in a2dp_sbc_get_bitrate()
|
D | a2dp_aac_encoder.cc | 218 LOG_DEBUG(LOG_TAG, "%s: sample_rate=%u bits_per_sample=%u channel_count=%u", in a2dp_aac_encoder_update() 251 LOG_DEBUG(LOG_TAG, "%s: MTU=%d, peer_mtu=%d", __func__, in a2dp_aac_encoder_update() 253 LOG_DEBUG(LOG_TAG, "%s: sample_rate: %d channel_mode: %d ", __func__, in a2dp_aac_encoder_update() 336 LOG_DEBUG(LOG_TAG, "%s: MTU = %d Sampling Frequency = %d Bit Rate = %d", in a2dp_aac_encoder_update() 448 LOG_DEBUG(LOG_TAG, in a2dp_aac_encoder_update() 474 LOG_DEBUG(LOG_TAG, "%s: PCM bytes per tick %u", __func__, in a2dp_aac_feeding_reset()
|
D | a2dp_vendor_aptx_hd_encoder.cc | 266 LOG_DEBUG(LOG_TAG, "%s: sample_rate=%u bits_per_sample=%u channel_count=%u", in a2dp_vendor_aptx_hd_encoder_update() 291 LOG_DEBUG(LOG_TAG, "%s: sleep_time_ns = %" PRIu64, __func__, in aptx_hd_init_framing_params()
|
D | a2dp_vendor_aptx_encoder.cc | 265 LOG_DEBUG(LOG_TAG, "%s: sample_rate=%u bits_per_sample=%u channel_count=%u", in a2dp_vendor_aptx_encoder_update() 302 LOG_DEBUG(LOG_TAG, "%s: sleep_time_ns = %" PRIu64, __func__, in aptx_init_framing_params()
|
D | a2dp_codec_config.cc | 109 LOG_DEBUG(LOG_TAG, "%s: codec %s", __func__, A2DP_CodecIndexStr(codec_index)); in createCodec() 558 LOG_DEBUG(LOG_TAG, "%s", __func__); in init() 733 LOG_DEBUG(LOG_TAG, "%s: Configuring: %s", __func__, in setCodecUserConfig() 813 LOG_DEBUG(LOG_TAG, in setCodecUserConfig()
|
/system/core/liblog/include/log/ |
D | log_main.h | 226 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) 231 ((__predict_false(cond)) ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \ 293 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
|
/system/core/liblog/include_vndk/log/ |
D | log_main.h | 226 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) 231 ((__predict_false(cond)) ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \ 293 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 44 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, format, ##__VA_ARGS__)
|
/system/bt/bta/av/ |
D | bta_av_ci.cc | 73 LOG_DEBUG(LOG_TAG, in bta_av_ci_setconfig()
|
/system/bt/osi/src/ |
D | allocation_tracker.cc | 59 LOG_DEBUG(LOG_TAG, "canary initialized"); in allocation_tracker_init()
|
D | thread.cc | 239 LOG_DEBUG(LOG_TAG, "%s growing event queue on shutdown.", __func__); in run_thread()
|
D | alarm.cc | 542 LOG_DEBUG( in reschedule_root_alarm() 668 LOG_DEBUG(LOG_TAG, "%s Callback thread exited", __func__); in callback_dispatch()
|
D | wakelock.cc | 194 LOG_DEBUG(LOG_TAG, "%s opening wake locks", __func__); in wakelock_initialize_native()
|
/system/libhwbinder/ |
D | IPCThreadState.cpp | 59 #define LOG_REMOTEREFS(...) ALOG(LOG_DEBUG, "remoterefs", __VA_ARGS__) 60 #define IF_LOG_REMOTEREFS() IF_ALOG(LOG_DEBUG, "remoterefs") 61 #define LOG_THREADPOOL(...) ALOG(LOG_DEBUG, "threadpool", __VA_ARGS__) 62 #define LOG_ONEWAY(...) ALOG(LOG_DEBUG, "ipc", __VA_ARGS__)
|
/system/core/logd/ |
D | main.cpp | 188 KMSG_PRIORITY(LOG_DEBUG), 'l', 'o', 'g', 'd', ':', ' ' in prdebug()
|