Searched refs:LOG_VERBOSE (Results 1 - 25 of 33) sorted by relevance

12

/system/bt/osi/include/
H A 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/tpm/attestation/
H A Dattestation_testrunner.cc27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
/system/tpm/tpm_manager/
H A Dtpm_manager_testrunner.cc27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
/system/tpm/trunks/
H A Dtrunks_testrunner.cc27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
/system/bt/btif/src/
H A Dbtif_avrcp_audio_track.cc39 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btCreateTrack freq %d channel %d ",
71 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
82 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
94 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
113 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
126 LOG_VERBOSE(LOG_TAG, "%s set gain %f", __func__, gain);
143 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btWriteData len = %d ret = %d", __func__,
H A Dbtif_a2dp_sink.cc221 LOG_VERBOSE(LOG_TAG, "%s: event %d %s", __func__, p_msg->event,
247 LOG_VERBOSE(LOG_TAG, "%s: %s DONE", __func__, dump_media_event(p_msg->event));
H A Dbtif_ble_scanner.cc94 LOG_VERBOSE(LOG_TAG, "%s: Event %d", __func__, event);
169 LOG_VERBOSE(LOG_TAG, "%s BLE device name=%s len=%d dev_type=%d",
H A Dbtif_gatt_server.cc66 LOG_VERBOSE(LOG_TAG, "%s", __func__); \
126 LOG_VERBOSE(LOG_TAG, "%s: Event %d", __func__, event);
/system/bt/stack/a2dp/
H A Da2dp_sbc.cc337 LOG_VERBOSE(LOG_TAG, "%s: FREQ peer: 0x%x, capability 0x%x", __func__,
339 LOG_VERBOSE(LOG_TAG, "%s: CH_MODE peer: 0x%x, capability 0x%x", __func__,
341 LOG_VERBOSE(LOG_TAG, "%s: BLOCK_LEN peer: 0x%x, capability 0x%x", __func__,
343 LOG_VERBOSE(LOG_TAG, "%s: SUB_BAND peer: 0x%x, capability 0x%x", __func__,
345 LOG_VERBOSE(LOG_TAG, "%s: ALLOC_METHOD peer: 0x%x, capability 0x%x", __func__,
347 LOG_VERBOSE(LOG_TAG, "%s: MIN_BitPool peer: 0x%x, capability 0x%x", __func__,
349 LOG_VERBOSE(LOG_TAG, "%s: MAX_BitPool peer: 0x%x, capability 0x%x", __func__,
737 LOG_VERBOSE(LOG_TAG, "%s: samp_freq:%d (16000)", __func__,
742 LOG_VERBOSE(LOG_TAG, "%s: samp_freq:%d (32000)", __func__,
747 LOG_VERBOSE(LOG_TA
[all...]
H A Da2dp_aac.cc247 LOG_VERBOSE(LOG_TAG, "%s: Object Type peer: 0x%x, capability 0x%x", __func__,
249 LOG_VERBOSE(LOG_TAG, "%s: Sample Rate peer: %u, capability %u", __func__,
251 LOG_VERBOSE(LOG_TAG, "%s: Channel Mode peer: 0x%x, capability 0x%x", __func__,
253 LOG_VERBOSE(
256 LOG_VERBOSE(LOG_TAG, "%s: Bit Rate peer: %u, capability %u", __func__,
536 LOG_VERBOSE(LOG_TAG, "%s", __func__);
544 LOG_VERBOSE(LOG_TAG, "\tobjectType: 0x%x", aac_cie.objectType);
546 LOG_VERBOSE(LOG_TAG, "\tobjectType: (MPEG-2 AAC LC)");
549 LOG_VERBOSE(LOG_TAG, "\tobjectType: (MPEG-4 AAC LC)");
552 LOG_VERBOSE(LOG_TA
[all...]
H A Da2dp_api.cc70 LOG_VERBOSE(LOG_TAG, "%s: status: %d", __func__, status);
105 LOG_VERBOSE(LOG_TAG, "avdt_version: 0x%x", a2dp_svc.avdt_version);
178 LOG_VERBOSE(LOG_TAG, "%s: uuid: 0x%x", __func__, service_uuid);
275 LOG_VERBOSE(LOG_TAG, "%s: uuid: 0x%x", __func__, service_uuid);
H A Da2dp_codec_config.cc820 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type);
839 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type);
858 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type);
877 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type);
896 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type);
916 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type);
941 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type);
975 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type);
1039 LOG_VERBOSE(LOG_TAG, "%s: codec_type = 0x%x", __func__, codec_type);
1059 LOG_VERBOSE(LOG_TA
[all...]
H A Da2dp_sbc_encoder.cc410 LOG_VERBOSE(LOG_TAG, "%s: Sending %d frames per iteration, %d iterations",
435 LOG_VERBOSE(LOG_TAG, "%s: pcm_bytes_per_frame %u", __func__,
465 LOG_VERBOSE(LOG_TAG, "%s: frames for available PCM data %u", __func__,
495 LOG_VERBOSE(LOG_TAG, "%s: reducing frames for available PCM data",
502 LOG_VERBOSE(LOG_TAG, "%s: headset BR, number of frames %u", __func__, nof);
518 LOG_VERBOSE(LOG_TAG, "%s: effective num of frames %u, iterations %u",
754 LOG_VERBOSE(LOG_TAG, "%s: original AVDTP MTU size: %d", __func__,
761 LOG_VERBOSE(LOG_TAG,
791 LOG_VERBOSE(LOG_TAG, "%s: Effective Tx MTU to be considered: %d", __func__,
803 LOG_VERBOSE(LOG_TA
[all...]
H A Da2dp_vendor_aptx.cc207 LOG_VERBOSE(LOG_TAG, "%s: FREQ peer: 0x%x, capability 0x%x", __func__,
209 LOG_VERBOSE(LOG_TAG, "%s: CH_MODE peer: 0x%x, capability 0x%x", __func__,
339 LOG_VERBOSE(LOG_TAG, "%s", __func__);
347 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: 0x%x", aptx_cie.sampleRate);
349 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (44100)");
352 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (48000)");
355 LOG_VERBOSE(LOG_TAG, "\tch_mode: 0x%x", aptx_cie.channelMode);
357 LOG_VERBOSE(LOG_TAG, "\tch_mode: (Mono)");
360 LOG_VERBOSE(LOG_TAG, "\tch_mode: (Stereo)");
H A Da2dp_vendor_aptx_hd.cc225 LOG_VERBOSE(LOG_TAG, "%s: FREQ peer: 0x%x, capability 0x%x", __func__,
227 LOG_VERBOSE(LOG_TAG, "%s: CH_MODE peer: 0x%x, capability 0x%x", __func__,
355 LOG_VERBOSE(LOG_TAG, "%s", __func__);
364 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: 0x%x", aptx_hd_cie.sampleRate);
366 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (44100)");
369 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (48000)");
372 LOG_VERBOSE(LOG_TAG, "\tch_mode: 0x%x", aptx_hd_cie.channelMode);
374 LOG_VERBOSE(LOG_TAG, "\tch_mode: (Mono)");
377 LOG_VERBOSE(LOG_TAG, "\tch_mode: (Stereo)");
H A Da2dp_vendor_ldac.cc233 LOG_VERBOSE(LOG_TAG, "%s: FREQ peer: 0x%x, capability 0x%x", __func__,
235 LOG_VERBOSE(LOG_TAG, "%s: CH_MODE peer: 0x%x, capability 0x%x", __func__,
405 LOG_VERBOSE(LOG_TAG, "%s", __func__);
413 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: 0x%x", ldac_cie.sampleRate);
415 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (44100)");
418 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (48000)");
421 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (88200)");
424 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (96000)");
427 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (176400)");
430 LOG_VERBOSE(LOG_TA
[all...]
H A Da2dp_vendor_aptx_hd_encoder.cc340 LOG_VERBOSE(LOG_TAG,
379 LOG_VERBOSE(LOG_TAG, "%s: %u PCM reads of size %u", __func__,
412 LOG_VERBOSE(LOG_TAG, "%s: encoded %zu PCM bytes to %zu", __func__,
H A Da2dp_aac_encoder.cc231 LOG_VERBOSE(LOG_TAG, "%s: original AVDTP MTU size: %d", __func__,
238 LOG_VERBOSE(LOG_TAG,
494 LOG_VERBOSE(LOG_TAG, "%s: Sending %d frames per iteration, %d iterations",
518 LOG_VERBOSE(LOG_TAG, "%s: pcm_bytes_per_frame %u", __func__,
536 LOG_VERBOSE(LOG_TAG, "%s: effective num of frames %u, iterations %u",
H A Da2dp_vendor_aptx_encoder.cc356 LOG_VERBOSE(LOG_TAG,
394 LOG_VERBOSE(LOG_TAG, "%s: %u PCM reads of size %u", __func__,
426 LOG_VERBOSE(LOG_TAG, "%s: encoded %zu PCM bytes to %zu", __func__,
H A Da2dp_vendor_ldac_encoder.cc538 LOG_VERBOSE(LOG_TAG, "%s: Sending %d frames per iteration, %d iterations",
575 LOG_VERBOSE(LOG_TAG, "%s: pcm_bytes_per_frame %u", __func__,
595 LOG_VERBOSE(LOG_TAG, "%s: effective num of frames %u, iterations %u",
/system/bt/osi/src/
H A Dhash_map_utils.cc38 LOG_VERBOSE(LOG_TAG, "%s: source string: '%s'", __func__, str);
72 if (!items) LOG_VERBOSE(LOG_TAG, "%s: no items found in string\n", __func__);
/system/chre/host/common/include/chre_host/
H A Dlog.h49 #define LOGV(format, ...) CHRE_LOG(LOG_VERBOSE, format, ##__VA_ARGS__)
/system/core/include/log/
H A Dlog_main.h174 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
192 ((__predict_false(cond)) ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
259 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
/system/core/liblog/include/log/
H A Dlog_main.h174 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
192 ((__predict_false(cond)) ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
259 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
/system/core/liblog/include_vndk/log/
H A Dlog_main.h174 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
192 ((__predict_false(cond)) ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
259 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)

Completed in 298 milliseconds

12