HomeSort by relevance Sort by last modified time
    Searched refs:LOG_VERBOSE (Results 1 - 25 of 54) sorted by null

1 2 3

  /system/bt/osi/include/
log.h 33 #define LOG_VERBOSE(...) LOGWRAPPER(__VA_ARGS__)
53 #define LOG_VERBOSE(tag, fmt, args...) \
58 #define LOG_VERBOSE(tag, fmt, args...) \
60 (true) ? ALOG(LOG_VERBOSE, tag, fmt, ##args) \
  /system/tpm/attestation/
attestation_testrunner.cc 27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /system/tpm/tpm_manager/
tpm_manager_testrunner.cc 27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /system/tpm/trunks/
trunks_testrunner.cc 27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 45 #define LOG_VERBOSE(...) ALOGV(__VA_ARGS__)
47 #define LOG_VERBOSE(...)
62 LOG_VERBOSE("FwdLockEngine Construction");
66 LOG_VERBOSE("FwdLockEngine Destruction");
111 LOG_VERBOSE("FwdLockEngine::onGetConstraints");
125 LOG_VERBOSE("FwdLockEngine::onGetMetadata");
136 LOG_VERBOSE("FwdLockEngine::onInitialize");
139 LOG_VERBOSE("FwdLockEngine::onInitialize -- FwdLockGlue_InitializeKeyEncryption succeeded");
153 LOG_VERBOSE("FwdLockEngine::onSetOnInfoListener");
159 LOG_VERBOSE("FwdLockEngine::onTerminate")
    [all...]
  /system/bt/btif/src/
btif_avrcp_audio_track.cc 39 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__,
  /frameworks/base/core/jni/include/android_runtime/
Log.h 29 #define LOGV_EX(env, ...) LOG_EX(env, LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__)
  /libnativehelper/
ALog-priv.h 46 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  /system/bt/stack/a2dp/
a2dp_sbc.cc 337 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_TAG, "%s: samp_freq:%d (44100)", __func__
    [all...]
a2dp_aac.cc 247 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_TAG, "\tobjectType: (MPEG-4 AAC LTP)")
    [all...]
a2dp_api.cc 70 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);
a2dp_codec_config.cc 820 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);
    [all...]
a2dp_sbc_encoder.cc 410 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_TAG, "%s: Max number of SBC frames: %d", __func__
    [all...]
a2dp_vendor_aptx.cc 207 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)");
a2dp_vendor_aptx_hd.cc 225 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)");
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 65 //ALOG(LOG_VERBOSE, LOG_TAG, "hal_notify(msg=%d, arg1=%d, arg2=%d)\n", msg.type, arg1, arg2);
128 ALOG(LOG_VERBOSE, LOG_TAG, "nativeInit()\n");
134 ALOG(LOG_VERBOSE, LOG_TAG, "nativeEnroll(gid=%d, timeout=%d)\n", groupId, timeout);
138 ALOG(LOG_VERBOSE, LOG_TAG, "nativeEnroll() : invalid token size %d\n", tokenSize);
149 // ALOG(LOG_VERBOSE, LOG_TAG, "nativePreEnroll(), result = %llx", ret);
154 ALOG(LOG_VERBOSE, LOG_TAG, "nativeStopEnrollment()\n");
160 ALOG(LOG_VERBOSE, LOG_TAG, "nativeAuthenticate(sid=%" PRId64 ", gid=%d)\n", sessionId, groupId);
166 ALOG(LOG_VERBOSE, LOG_TAG, "nativeStopAuthentication()\n");
172 ALOG(LOG_VERBOSE, LOG_TAG, "nativeRemove(fid=%d, gid=%d)\n", fingerId, groupId);
193 ALOG(LOG_VERBOSE, LOG_TAG, "nativeSetActiveGroup() path: %s, gid: %d\n", path_name, gid)
    [all...]
  /system/bt/osi/src/
hash_map_utils.cc 38 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__);
  /frameworks/ex/framesequence/jni/utils/
log.h 59 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
71 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
142 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
  /packages/services/Car/vehicle_monitor_service/
VehicleMonitorService.cpp 28 #define LOG_VERBOSE(x...) ALOGD(x)
30 #define LOG_VERBOSE(x...)
137 LOG_VERBOSE("setMonitorListener, binder 0x%x", ibinder.get());
  /external/libese/libese/include/ese/
log.h 45 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 44 ALOG(LOG_VERBOSE, SQLITE_LOG_TAG, "(%d) %s\n", err, msg);
  /system/chre/host/common/include/chre_host/
log.h 49 #define LOGV(format, ...) CHRE_LOG(LOG_VERBOSE, format, ##__VA_ARGS__)
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
log.h 101 #define MPL_LOG_VERBOSE LOG_VERBOSE
146 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
161 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
170 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
186 ? MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
  /system/core/liblog/include/log/
log_main.h 174 #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)
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 128 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
135 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
140 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
155 ? MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \

Completed in 4066 milliseconds

1 2 3