HomeSort by relevance Sort by last modified time
    Searched defs:ALOGD (Results 1 - 25 of 32) sorted by null

1 2

  /external/libnfc-nci/halimpl/bcm2079x/include/
OverrideLog.h 30 //Override Android's ALOGD macro by adding a boolean expression.
31 #define ALOGD(...) ((void)ALOGD_IF(appl_trace_level>=BT_TRACE_LEVEL_DEBUG, __VA_ARGS__))
  /external/libnfc-nci/src/include/
OverrideLog.h 30 //Override Android's ALOGD macro by adding a boolean expression.
31 #define ALOGD(...) ((void)ALOGD_IF(appl_trace_level>=BT_TRACE_LEVEL_DEBUG, __VA_ARGS__))
  /external/conscrypt/src/openjdk/native/
log_compat.h 1 #define ALOGD(...) \
  /device/google/dragon/recovery/updater/
update_log.h 23 #define ALOGD(format, args...) printf("D %s: " format, LOG_TAG, ## args)
  /external/conscrypt/src/compat/native/
log_compat.h 4 #define ALOGD(...) \
  /frameworks/rs/
rsUtils.h 28 #define ALOGD(...)
  /packages/apps/TV/usbtuner/jni/
logging.h 27 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG , LOG_TAG, __VA_ARGS__)
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /libnativehelper/
ALog-priv.h 50 #ifndef ALOGD
51 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediacodeccommon.h 50 #define ALOGD LOG_TAG(rtc::LS_INFO, TAG)
  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 21 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
105 ALOGD("Attaching thread to JVM%s", GetThreadInfo().c_str());
114 ALOGD("Detaching thread from JVM%s", GetThreadInfo().c_str());
jvm_android.cc 18 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
71 ALOGD("AttachCurrentThreadIfNeeded::ctor%s", GetThreadInfo().c_str());
76 ALOGD("Attaching thread to JVM");
84 ALOGD("AttachCurrentThreadIfNeeded::dtor%s", GetThreadInfo().c_str());
87 ALOGD("Detaching thread from JVM");
96 ALOGD("GlobalRef::ctor%s", GetThreadInfo().c_str());
100 ALOGD("GlobalRef::dtor%s", GetThreadInfo().c_str());
133 ALOGD("NativeRegistration::ctor%s", GetThreadInfo().c_str());
137 ALOGD("NativeRegistration::dtor%s", GetThreadInfo().c_str());
144 ALOGD("NativeRegistration::NewObject%s", GetThreadInfo().c_str())
    [all...]
  /system/core/libnetutils/
packet.c 35 #define ALOGD printf
183 ALOGD("Packet is too small (%d) to be a UDP datagram", nread);
187 ALOGD("Not a valid IP packet");
191 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len));
195 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol);
199 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest));
  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager.cc 25 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
44 ALOGD("JavaAudioManager::ctor%s", GetThreadInfo().c_str());
48 ALOGD("JavaAudioManager::dtor%s", GetThreadInfo().c_str());
78 ALOGD("ctor%s", GetThreadInfo().c_str());
95 ALOGD("~dtor%s", GetThreadInfo().c_str());
102 ALOGD("SetActiveAudioLayer(%d)%s", audio_layer, GetThreadInfo().c_str());
115 ALOGD("delay_estimate_in_milliseconds: %d", delay_estimate_in_milliseconds_);
119 ALOGD("Init%s", GetThreadInfo().c_str());
132 ALOGD("Close%s", GetThreadInfo().c_str());
142 ALOGD("IsCommunicationModeEnabled()")
    [all...]
audio_record_jni.cc 24 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
87 ALOGD("ctor%s", GetThreadInfo().c_str());
110 ALOGD("~dtor%s", GetThreadInfo().c_str());
116 ALOGD("Init%s", GetThreadInfo().c_str());
122 ALOGD("Terminate%s", GetThreadInfo().c_str());
129 ALOGD("InitRecording%s", GetThreadInfo().c_str());
140 ALOGD("frames_per_buffer: %" PRIuS, frames_per_buffer_);
149 ALOGD("StartRecording%s", GetThreadInfo().c_str());
162 ALOGD("StopRecording%s", GetThreadInfo().c_str());
182 ALOGD("AttachAudioBuffer")
    [all...]
audio_track_jni.cc 24 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
80 ALOGD("ctor%s", GetThreadInfo().c_str());
103 ALOGD("~dtor%s", GetThreadInfo().c_str());
109 ALOGD("Init%s", GetThreadInfo().c_str());
115 ALOGD("Terminate%s", GetThreadInfo().c_str());
122 ALOGD("InitPlayout%s", GetThreadInfo().c_str());
133 ALOGD("StartPlayout%s", GetThreadInfo().c_str());
146 ALOGD("StopPlayout%s", GetThreadInfo().c_str());
171 ALOGD("SetSpeakerVolume(%d)%s", volume, GetThreadInfo().c_str());
177 ALOGD("MaxSpeakerVolume%s", GetThreadInfo().c_str())
    [all...]
opensles_player.cc 24 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
52 ALOGD("ctor%s", GetThreadInfo().c_str());
64 ALOGD("dtor%s", GetThreadInfo().c_str());
79 ALOGD("Init%s", GetThreadInfo().c_str());
85 ALOGD("Terminate%s", GetThreadInfo().c_str());
92 ALOGD("InitPlayout%s", GetThreadInfo().c_str());
105 ALOGD("StartPlayout%s", GetThreadInfo().c_str());
129 ALOGD("StopPlayout%s", GetThreadInfo().c_str());
176 ALOGD("AttachAudioBuffer");
180 ALOGD("SetPlayoutSampleRate(%d)", sample_rate_hz)
    [all...]
  /frameworks/ex/framesequence/jni/utils/
log.h 79 #ifndef ALOGD
80 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 664 #ifndef ALOGD
665 #define ALOGD LOGD
676 ALOGD("%s", msg);

Completed in 418 milliseconds

1 2