Home
last modified time | relevance | path

Searched refs:LOG_VERBOSE (Results 1 – 25 of 28) sorted by relevance

12

/system/bt/btif/src/
Dbtif_avrcp_audio_track.cc39 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btCreateTrack freq %d channel %d ", in BtifAvrcpAudioTrackCreate()
71 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackStart()
82 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackStop()
94 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackDelete()
113 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__); in BtifAvrcpAudioTrackPause()
126 LOG_VERBOSE(LOG_TAG, "%s set gain %f", __func__, gain); in BtifAvrcpSetAudioTrackGain()
143 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btWriteData len = %d ret = %d", __func__, in BtifAvrcpAudioTrackWriteData()
Dbtif_ble_scanner.cc104 LOG_VERBOSE(LOG_TAG, "%s: Event %d", __func__, event); in btif_gatts_upstreams_evt()
179 LOG_VERBOSE(LOG_TAG, "%s BLE device name=%s len=%d dev_type=%d", in bta_scan_results_cb_impl()
Dbtif_gatt_server.cc66 LOG_VERBOSE(LOG_TAG, "%s", __func__); \
126 LOG_VERBOSE(LOG_TAG, "%s: Event %d", __func__, event); in btapp_gatts_handle_cback()
Dbtif_a2dp_sink.cc221 LOG_VERBOSE(LOG_TAG, "%s: event %d %s", __func__, p_msg->event, in btif_a2dp_sink_command_ready()
247 LOG_VERBOSE(LOG_TAG, "%s: %s DONE", __func__, dump_media_event(p_msg->event)); in btif_a2dp_sink_command_ready()
Dbtif_a2dp_source.cc347 LOG_VERBOSE(LOG_TAG, "%s: event %d %s", __func__, p_msg->event, in btif_a2dp_source_command_ready()
375 LOG_VERBOSE(LOG_TAG, "%s: %s DONE", __func__, dump_media_event(p_msg->event)); in btif_a2dp_source_command_ready()
708 LOG_VERBOSE(LOG_TAG, "%s: tx suspended, discarded frame", __func__); in btif_a2dp_source_enqueue_callback()
Dbtif_gatt_client.cc83 LOG_VERBOSE(LOG_TAG, "%s", __func__); \
99 LOG_VERBOSE(LOG_TAG, "%s: Event %d", __func__, event); in btif_gattc_upstreams_evt()
/system/bt/osi/include/
Dlog.h33 #define LOG_VERBOSE(...) LOGWRAPPER(__VA_ARGS__) macro
53 #define LOG_VERBOSE(tag, fmt, args...) \ macro
58 #define LOG_VERBOSE(tag, fmt, args...) \ macro
60 (true) ? ALOG(LOG_VERBOSE, tag, fmt, ##args) \
/system/bt/stack/a2dp/
Da2dp_sbc_encoder.cc410 LOG_VERBOSE(LOG_TAG, "%s: Sending %d frames per iteration, %d iterations", in a2dp_sbc_send_frames()
435 LOG_VERBOSE(LOG_TAG, "%s: pcm_bytes_per_frame %u", __func__, in a2dp_sbc_get_num_frame_iteration()
465 LOG_VERBOSE(LOG_TAG, "%s: frames for available PCM data %u", __func__, in a2dp_sbc_get_num_frame_iteration()
495 LOG_VERBOSE(LOG_TAG, "%s: reducing frames for available PCM data", in a2dp_sbc_get_num_frame_iteration()
502 LOG_VERBOSE(LOG_TAG, "%s: headset BR, number of frames %u", __func__, nof); in a2dp_sbc_get_num_frame_iteration()
518 LOG_VERBOSE(LOG_TAG, "%s: effective num of frames %u, iterations %u", in a2dp_sbc_get_num_frame_iteration()
754 LOG_VERBOSE(LOG_TAG, "%s: original AVDTP MTU size: %d", __func__, in calculate_max_frames_per_packet()
784 LOG_VERBOSE(LOG_TAG, "%s: Effective Tx MTU to be considered: %d", __func__, in calculate_max_frames_per_packet()
796 LOG_VERBOSE(LOG_TAG, "%s: Max number of SBC frames: %d", __func__, in calculate_max_frames_per_packet()
808 LOG_VERBOSE(LOG_TAG, "%s: Max number of SBC frames: %d", __func__, in calculate_max_frames_per_packet()
[all …]
Da2dp_codec_config.cc820 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type); in A2DP_IsSourceCodecValid()
839 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type); in A2DP_IsSinkCodecValid()
858 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type); in A2DP_IsPeerSourceCodecValid()
877 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type); in A2DP_IsPeerSinkCodecValid()
896 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type); in A2DP_IsSinkCodecSupported()
916 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type); in A2DP_IsPeerSourceCodecSupported()
941 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type); in A2DP_BuildSrc2SinkConfig()
975 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type); in A2DP_CodecName()
1039 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type); in A2DP_GetTrackSampleRate()
1059 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type); in A2DP_GetTrackBitsPerSample()
[all …]
Da2dp_api.cc65 LOG_VERBOSE(LOG_TAG, "%s: status: %d", __func__, status); in a2dp_sdp_cback()
100 LOG_VERBOSE(LOG_TAG, "avdt_version: 0x%x", a2dp_svc.avdt_version); in a2dp_sdp_cback()
173 LOG_VERBOSE(LOG_TAG, "%s: uuid: 0x%x", __func__, service_uuid); in A2DP_AddRecord()
275 LOG_VERBOSE(LOG_TAG, "%s: uuid: 0x%x", __func__, service_uuid); in A2DP_FindService()
Da2dp_sbc.cc749 LOG_VERBOSE(LOG_TAG, "%s: samp_freq:%d (16000)", __func__, in A2DP_GetSinkFramesCountToProcessSbc()
754 LOG_VERBOSE(LOG_TAG, "%s: samp_freq:%d (32000)", __func__, in A2DP_GetSinkFramesCountToProcessSbc()
759 LOG_VERBOSE(LOG_TAG, "%s: samp_freq:%d (44100)", __func__, in A2DP_GetSinkFramesCountToProcessSbc()
764 LOG_VERBOSE(LOG_TAG, "%s: samp_freq:%d (48000)", __func__, in A2DP_GetSinkFramesCountToProcessSbc()
777 LOG_VERBOSE(LOG_TAG, "%s: ch_mode:%d (Mono)", __func__, sbc_cie.ch_mode); in A2DP_GetSinkFramesCountToProcessSbc()
780 LOG_VERBOSE(LOG_TAG, "%s: ch_mode:%d (DUAL)", __func__, sbc_cie.ch_mode); in A2DP_GetSinkFramesCountToProcessSbc()
783 LOG_VERBOSE(LOG_TAG, "%s: ch_mode:%d (STEREO)", __func__, in A2DP_GetSinkFramesCountToProcessSbc()
787 LOG_VERBOSE(LOG_TAG, "%s: ch_mode:%d (JOINT)", __func__, sbc_cie.ch_mode); in A2DP_GetSinkFramesCountToProcessSbc()
798 LOG_VERBOSE(LOG_TAG, "%s: block_len:%d (4)", __func__, sbc_cie.block_len); in A2DP_GetSinkFramesCountToProcessSbc()
802 LOG_VERBOSE(LOG_TAG, "%s: block_len:%d (8)", __func__, sbc_cie.block_len); in A2DP_GetSinkFramesCountToProcessSbc()
[all …]
Da2dp_vendor_aptx_hd_encoder.cc340 LOG_VERBOSE(LOG_TAG, in aptx_hd_update_framing_params()
379 LOG_VERBOSE(LOG_TAG, "%s: %u PCM reads of size %u", __func__, in a2dp_vendor_aptx_hd_send_frames()
412 LOG_VERBOSE(LOG_TAG, "%s: encoded %zu PCM bytes to %zu", __func__, in a2dp_vendor_aptx_hd_send_frames()
Da2dp_vendor_aptx_encoder.cc356 LOG_VERBOSE(LOG_TAG, in aptx_update_framing_params()
394 LOG_VERBOSE(LOG_TAG, "%s: %u PCM reads of size %u", __func__, in a2dp_vendor_aptx_send_frames()
426 LOG_VERBOSE(LOG_TAG, "%s: encoded %zu PCM bytes to %zu", __func__, in a2dp_vendor_aptx_send_frames()
Da2dp_aac_encoder.cc472 LOG_VERBOSE(LOG_TAG, "%s: Sending %d frames per iteration, %d iterations", in a2dp_aac_send_frames()
496 LOG_VERBOSE(LOG_TAG, "%s: pcm_bytes_per_frame %u", __func__, in a2dp_aac_get_num_frame_iteration()
514 LOG_VERBOSE(LOG_TAG, "%s: effective num of frames %u, iterations %u", in a2dp_aac_get_num_frame_iteration()
Da2dp_vendor_ldac_encoder.cc534 LOG_VERBOSE(LOG_TAG, "%s: Sending %d frames per iteration, %d iterations", in a2dp_vendor_ldac_send_frames()
568 LOG_VERBOSE(LOG_TAG, "%s: pcm_bytes_per_frame %u", __func__, in a2dp_ldac_get_num_frame_iteration()
588 LOG_VERBOSE(LOG_TAG, "%s: effective num of frames %u, iterations %u", in a2dp_ldac_get_num_frame_iteration()
/system/bt/osi/src/
Dhash_map_utils.cc38 LOG_VERBOSE(LOG_TAG, "%s: source string: '%s'", __func__, str); in hash_map_utils_new_from_string_params()
72 if (!items) LOG_VERBOSE(LOG_TAG, "%s: no items found in string\n", __func__); in hash_map_utils_new_from_string_params()
/system/core/liblog/include_vndk/log/
Dlog_main.h175 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
193 ((__predict_false(cond)) ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
260 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
/system/core/liblog/include/log/
Dlog_main.h175 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
193 ((__predict_false(cond)) ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
260 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
/system/tpm/trunks/
Dtrunks_testrunner.cc27 logging::SetMinLogLevel(logging::LOG_VERBOSE); in main()
/system/tpm/tpm_manager/
Dtpm_manager_testrunner.cc27 logging::SetMinLogLevel(logging::LOG_VERBOSE); in main()
/system/tpm/attestation/
Dattestation_testrunner.cc27 logging::SetMinLogLevel(logging::LOG_VERBOSE); in main()
/system/chre/host/common/include/chre_host/
Dlog.h40 #define LOGV(format, ...) CHRE_LOG(LOG_VERBOSE, format, ##__VA_ARGS__)
/system/bt/hci/src/
Dbtsnoop.cc162 LOG_VERBOSE(LOG_TAG, "Deleting snoop log if it exists"); in delete_btsnoop_files()
/system/libhwbinder/
DIPCThreadState.cpp54 #define IF_LOG_TRANSACTIONS() IF_ALOG(LOG_VERBOSE, "transact")
55 #define IF_LOG_COMMANDS() IF_ALOG(LOG_VERBOSE, "ipc")
/system/extras/perfprofd/quipper/base/
Dlogging.h131 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity variable

12