Home
last modified time | relevance | path

Searched refs:LOG_DEBUG (Results 1 – 25 of 65) sorted by relevance

123

/system/bt/btif/src/
Dbtif_gatt_test.cc72 LOG_DEBUG("%s: conn_id=%d, connected=%d", __func__, conn_id, connected); in btif_test_connect_cback()
79 LOG_DEBUG("%s: op_code=0x%02x, conn_id=0x%x. status=0x%x", __func__, op, in btif_test_command_complete_cback()
95 LOG_DEBUG("%s: Unknown op_code (0x%02x)", __func__, op); in btif_test_command_complete_cback()
103 LOG_DEBUG("------ GATT Discovery result %-22s -------", disc_name[disc_type]); in btif_test_discovery_result_cback()
104 LOG_DEBUG(" Attribute handle: 0x%04x (%d)", p_data->handle, in btif_test_discovery_result_cback()
108 LOG_DEBUG(" Attribute type: %s", p_data->type.ToString().c_str()); in btif_test_discovery_result_cback()
113 LOG_DEBUG(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback()
116 LOG_DEBUG(" Service UUID: %s", in btif_test_discovery_result_cback()
121 LOG_DEBUG(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback()
127 LOG_DEBUG(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback()
[all …]
Dbtif_avrcp_audio_track.cc91 LOG_DEBUG("%s handle is null.", __func__); in BtifAvrcpAudioTrackStop()
103 LOG_DEBUG("%s handle is null.", __func__); in BtifAvrcpAudioTrackDelete()
124 LOG_DEBUG("%s handle is null.", __func__); in BtifAvrcpAudioTrackPause()
137 LOG_DEBUG("%s handle is null.", __func__); in BtifAvrcpSetAudioTrackGain()
/system/bt/main/
Dbte_conf.cc47 LOG_DEBUG("%s no section named %s.", __func__, section_name); in bte_load_did_conf()
83 LOG_DEBUG("Device ID record %d : %s", i, in bte_load_did_conf()
85 LOG_DEBUG(" vendorId = %04x", record.vendor); in bte_load_did_conf()
86 LOG_DEBUG(" vendorIdSource = %04x", record.vendor_id_source); in bte_load_did_conf()
87 LOG_DEBUG(" product = %04x", record.product); in bte_load_did_conf()
88 LOG_DEBUG(" version = %04x", record.version); in bte_load_did_conf()
89 LOG_DEBUG(" clientExecutableURL = %s", record.client_executable_url); in bte_load_did_conf()
90 LOG_DEBUG(" serviceDescription = %s", record.service_description); in bte_load_did_conf()
91 LOG_DEBUG(" documentationURL = %s", record.documentation_url); in bte_load_did_conf()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc302 LOG_DEBUG("UNIMPLEMENTED %s packet_type:%x", __func__, packet_type); in OnConnectionPacketTypeChanged()
312 LOG_DEBUG("Encryption has changed to disabled"); in OnEncryptionChange()
315LOG_DEBUG("Encryption has changed to enabled .. restarting channels:%zd", pending_channel_list_.si… in OnEncryptionChange()
326 LOG_DEBUG("UNIMPLEMENTED %s", __func__); in OnChangeConnectionLinkKeyComplete()
330 LOG_DEBUG("UNIMPLEMENTED %s clock_offset:%d", __func__, clock_offset); in OnReadClockOffsetComplete()
334LOG_DEBUG("UNIMPLEMENTED %s mode:%s interval:%d", __func__, hci::ModeText(current_mode).c_str(), i… in OnModeChange()
339LOG_DEBUG("UNIMPLEMENTED %s service_type:%s token_rate:%d peak_bandwidth:%d latency:%d delay_varit… in OnQosSetupComplete()
345 LOG_DEBUG( in OnFlowSpecificationComplete()
352 LOG_DEBUG("UNIMPLEMENTED %s", __func__); in OnFlushOccurred()
355 LOG_DEBUG("UNIMPLEMENTED %s current_role:%s", __func__, hci::RoleText(current_role).c_str()); in OnRoleDiscoveryComplete()
[all …]
Dfixed_channel_impl.cc74 LOG_DEBUG("%s was already acquired", ToString().c_str()); in Acquire()
89 LOG_DEBUG("%s was already released", ToString().c_str()); in Release()
/system/bt/gd/common/
Dstrings.cc56 LOG_DEBUG("str size is not divisible by 2, size is %zu", str.size()); in FromHexString()
60 LOG_DEBUG("value contains none hex digit"); in FromHexString()
69 LOG_DEBUG("failed to parse hex char at index %zu", i); in FromHexString()
117 LOG_DEBUG("cannot parse string '%s' with error '%s'", str.c_str(), strerror(errno)); in Int64FromString()
121 LOG_DEBUG("string '%s' is empty or has wrong format", str.c_str()); in Int64FromString()
125 LOG_DEBUG("cannot parse whole string '%s'", str.c_str()); in Int64FromString()
137 LOG_DEBUG("string '%s' contains minus sign, this function is for unsigned", str.c_str()); in Uint64FromString()
144 LOG_DEBUG("cannot parse string '%s' with error '%s'", str.c_str(), strerror(errno)); in Uint64FromString()
148 LOG_DEBUG("string '%s' is empty or has wrong format", str.c_str()); in Uint64FromString()
152 LOG_DEBUG("cannot parse whole string '%s'", str.c_str()); in Uint64FromString()
[all …]
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc381 LOG_DEBUG("key_flag:%s", KeyFlagText(key_flag).c_str()); in OnMasterLinkKeyComplete()
385 LOG_DEBUG("new_role:%d", (uint8_t)new_role); in OnRoleChange()
389 LOG_DEBUG("link_policy_settings:%d", link_policy_settings); in OnReadLinkPolicySettingsComplete()
393 LOG_DEBUG("OnConnectionPacketTypeChanged packet_type:%d", packet_type); in OnConnectionPacketTypeChanged()
397 LOG_DEBUG("OnAuthenticationComplete"); in OnAuthenticationComplete()
401 LOG_DEBUG("OnConnectionPacketTypeChanged enabled:%d", (uint8_t)enabled); in OnEncryptionChange()
405 LOG_DEBUG("OnChangeConnectionLinkKeyComplete"); in OnChangeConnectionLinkKeyComplete()
409 LOG_DEBUG("OnReadClockOffsetComplete clock_offset:%d", clock_offset); in OnReadClockOffsetComplete()
413 LOG_DEBUG("OnModeChange Mode:%d, interval:%d", (uint8_t)current_mode, interval); in OnModeChange()
422 LOG_DEBUG( in OnQosSetupComplete()
[all …]
/system/bt/gd/os/
Dlog.h33 #define LOG_DEBUG(...) macro
38 #define LOG_DEBUG(fmt, args...) ALOGD("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) macro
65 #define LOG_DEBUG(...) macro
70 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__) macro
/system/bt/main/shim/
Dl2cap.cc177 LOG_DEBUG("Registering service on psm:%hd", psm); in RegisterService()
197 LOG_DEBUG("Successfully registered psm:%hd", psm); in RegisterService()
215 LOG_DEBUG("Unregistering service on psm:%hd", psm); in UnregisterService()
233 LOG_DEBUG("Initiating local connection to psm:%hd address:%s", psm, in CreateConnection()
249 LOG_DEBUG( in CreateConnection()
273 LOG_DEBUG("Connection Closed before presentation to upper layer"); in OnLocalInitiatedConnectionCreated()
278 LOG_DEBUG("Connection failed after initiator closed"); in OnLocalInitiatedConnectionCreated()
289 LOG_DEBUG( in OnRemoteInitiatedConnectionCreated()
309 LOG_DEBUG("Writing data cid:%hd len:%zd", cid, len); in Write()
317 LOG_DEBUG("OnDataReady cid:%hd len:%zd", cid, data.size()); in SetDownstreamCallbacks()
[all …]
Dbtm.cc389 LOG_DEBUG("%s Stopping inquiry mode", __func__); in StartInquiry()
401 LOG_DEBUG( in StartInquiry()
409 LOG_DEBUG( in StartInquiry()
427 LOG_DEBUG("%s", __func__); in CancelInquiry()
460 LOG_DEBUG("%s Starting limited periodic inquiry mode", __func__); in StartPeriodicInquiry()
465 LOG_DEBUG("%s Starting general periodic inquiry mode", __func__); in StartPeriodicInquiry()
619 LOG_DEBUG("%s Start read name from address:%s", __func__, in ReadClassicRemoteDeviceName()
640 LOG_DEBUG("%s Finish read name from address:%s name:%s", __func__, in ReadClassicRemoteDeviceName()
707 LOG_DEBUG("%s Started advertising", __func__); in StartAdvertising()
717 LOG_DEBUG("%s Stopped advertising", __func__); in StopAdvertising()
[all …]
/system/bt/gd/grpc/
Dgrpc_event_queue.h58 LOG_DEBUG("%s: Got event after queue", log_name_.c_str()); in RunLoop()
73 LOG_DEBUG("%s: Discarding an event while not running the loop", log_name_.c_str()); in OnIncomingEvent()
76 LOG_DEBUG("%s: Got event before queue", log_name_.c_str()); in OnIncomingEvent()
/system/bt/gd/neighbor/
Dpage.cc126LOG_DEBUG("Page scan interval:%hd window:%hd", scan_parameters_.interval, scan_parameters_.window); in Stop()
127 LOG_DEBUG("Page scan_type:%s", hci::PageScanTypeText(scan_type_).c_str()); in Stop()
137 LOG_DEBUG( in SetScanActivity()
155 LOG_DEBUG("Set page scan type:%s", hci::PageScanTypeText(scan_type).c_str()); in SetScanType()
164 LOG_DEBUG("Set page scan timeout:0x%x/%.02fms", timeout, PageTimeoutMs(timeout)); in SetTimeout()
Ddiscoverability.cc124 LOG_DEBUG("Started discoverability module"); in Start()
128 LOG_DEBUG("Number of supported iacs:%hhd", num_supported_iac_); in Dump()
129 LOG_DEBUG("Number of current iacs:%zd", laps_.size()); in Dump()
131 LOG_DEBUG(" discoverability lap:%x", it.lap_); in Dump()
Dinquiry.cc187 LOG_DEBUG("Inquiry started lap: %s", active_limited_one_shot_ ? "Limited" : "General"); in OnCommandStatus()
202 LOG_DEBUG("inquiry complete"); in OnEvent()
211LOG_DEBUG("Inquiry result size:%zd num_responses:%zu", packet.size(), packet.GetInquiryResults().s… in OnEvent()
218 LOG_DEBUG("Inquiry result with rssi num_responses:%zu", packet.GetInquiryResults().size()); in OnEvent()
225 LOG_DEBUG( in OnEvent()
346 LOG_DEBUG("Started inquiry module"); in Start()
356 LOG_DEBUG("Stopped inquiry module"); in Stop()
362 LOG_DEBUG("Set inquiry mode:%s", hci::InquiryModeText(mode).c_str()); in SetInquiryMode()
368 LOG_DEBUG( in SetScanActivity()
378 LOG_DEBUG("Set scan type:%s", hci::InquiryScanTypeText(scan_type).c_str()); in SetScanType()
/system/bt/stack/a2dp/
Da2dp_vendor_ldac_encoder.cc383 LOG_DEBUG("%s: sample_rate=%u bits_per_sample=%u channel_count=%u", __func__, in a2dp_vendor_ldac_encoder_update()
406 LOG_DEBUG("%s: setting quality mode to %s", __func__, in a2dp_vendor_ldac_encoder_update()
411 LOG_DEBUG("%s: setting quality mode to default %s", __func__, in a2dp_vendor_ldac_encoder_update()
427 LOG_DEBUG("%s: changing mode from %s to %s", __func__, in a2dp_vendor_ldac_encoder_update()
432 LOG_DEBUG("%s: already in LDAC ABR mode, do nothing.", __func__); in a2dp_vendor_ldac_encoder_update()
434 LOG_DEBUG("%s: get and init LDAC ABR handle.", __func__); in a2dp_vendor_ldac_encoder_update()
444 LOG_DEBUG( in a2dp_vendor_ldac_encoder_update()
455 LOG_DEBUG("%s: in %s mode, free LDAC ABR handle.", __func__, in a2dp_vendor_ldac_encoder_update()
480 LOG_DEBUG("%s: MTU=%d, peer_mtu=%d", __func__, in a2dp_vendor_ldac_encoder_update()
482 LOG_DEBUG( in a2dp_vendor_ldac_encoder_update()
[all …]
Da2dp_vendor_ldac_decoder.cc226 LOG_DEBUG("%s:INPUT size : %d, frame : %d", __func__, bs_bytes, frame_number); in a2dp_vendor_ldac_decoder_decode_packet()
238 LOG_DEBUG("%s", __func__); in a2dp_vendor_ldac_decoder_start()
246 LOG_DEBUG("%s", __func__); in a2dp_vendor_ldac_decoder_suspend()
267 LOG_DEBUG("%s , sample_rate=%d, bits_per_sample=%d, channel_mode=%d", in a2dp_vendor_ldac_decoder_configure()
Da2dp_sbc_encoder.cc220 LOG_DEBUG("%s: sample_rate=%u bits_per_sample=%u channel_count=%u", __func__, in a2dp_sbc_encoder_update()
273 LOG_DEBUG("%s: MTU=%d, peer_mtu=%d min_bitpool=%d max_bitpool=%d", __func__, in a2dp_sbc_encoder_update()
276 LOG_DEBUG( in a2dp_sbc_encoder_update()
332 LOG_DEBUG("%s: bitpool candidate: %d (%d kbps)", __func__, s16BitPool, in a2dp_sbc_encoder_update()
336 LOG_DEBUG("%s: computed bitpool too large (%d)", __func__, s16BitPool); in a2dp_sbc_encoder_update()
364 LOG_DEBUG("%s: final bit rate %d, final bit pool %d", __func__, in a2dp_sbc_encoder_update()
388 LOG_DEBUG("%s: PCM bytes per tick %u", __func__, in a2dp_sbc_feeding_reset()
905 LOG_DEBUG("%s: bit rate %d ", __func__, p_encoder_params->u16BitRate); in a2dp_sbc_get_bitrate()
Da2dp_aac_encoder.cc221 LOG_DEBUG("%s: sample_rate=%u bits_per_sample=%u channel_count=%u", __func__, in a2dp_aac_encoder_update()
252 LOG_DEBUG("%s: MTU=%d, peer_mtu=%d", __func__, in a2dp_aac_encoder_update()
254 LOG_DEBUG("%s: sample_rate: %d channel_mode: %d ", __func__, in a2dp_aac_encoder_update()
337 LOG_DEBUG("%s: MTU = %d Sampling Frequency = %d Bit Rate = %d", __func__, in a2dp_aac_encoder_update()
469 LOG_DEBUG( in a2dp_aac_encoder_update()
/system/bt/gd/shim/
Dl2cap.cc130 LOG_DEBUG("Writing packet cid:%hd size:%zd", cid_, packet->size()); in Write()
149 LOG_DEBUG( in OnConnectionClosed()
213 LOG_DEBUG("Connection opened address:%s psm:%hd cid:%hd", address.ToString().c_str(), psm, cid); in ConnectionOpened()
224 LOG_DEBUG("Connection failed address:%s psm:%hd", address.ToString().c_str(), psm); in ConnectionFailed()
288 LOG_DEBUG("Deleting connection interface cid:%hd", cid); in AddConnection()
344LOG_DEBUG("Local initiated connection is open to device:%s for psm:%hd", address_.ToString().c_str… in OnConnectionOpen()
351 LOG_DEBUG("Connection failed to device:%s for psm:%hd", address_.ToString().c_str(), psm_); in OnConnectionFailure()
357 LOG_DEBUG( in OnConnectionFailure()
361LOG_DEBUG("Connection failed result:hci error hci:%s", hci::ErrorCodeText(result.hci_error).c_str(… in OnConnectionFailure()
364 LOG_DEBUG( in OnConnectionFailure()
[all …]
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl.cc83 LOG_DEBUG("%s was already acquired", ToString().c_str()); in Acquire()
98 LOG_DEBUG("%s was already released", ToString().c_str()); in Release()
/system/core/liblog/include_vndk/log/
Dlog_main.h227 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
233 ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), (void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
298 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
/system/core/liblog/include/log/
Dlog_main.h227 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
233 ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), (void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
298 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
/system/bt/gd/dumpsys/internal/
Dfilter_internal.cc136 LOG_DEBUG( in FilterTypeInteger()
172 LOG_DEBUG( in FilterTypeFloat()
213 LOG_DEBUG( in FilterTypeString()
235 LOG_DEBUG( in FilterTypeStruct()
/system/chre/host/common/include/chre_host/
Dlog.h44 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, format, ##__VA_ARGS__)
/system/bt/bta/av/
Dbta_av_ci.cc73 LOG_DEBUG( in bta_av_ci_setconfig()

123