Searched defs:ALOGD (Results 1 - 10 of 10) sorted by relevance

/external/libese/libese/include/ese/
H A Dlog.h53 #ifndef ALOGD
54 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediacodeccommon.h50 #define ALOGD LOG_TAG(rtc::LS_INFO, TAG) macro
/external/webrtc/webrtc/modules/utility/source/
H A Dhelpers_android.cc21 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
105 ALOGD("Attaching thread to JVM%s", GetThreadInfo().c_str());
114 ALOGD("Detaching thread from JVM%s", GetThreadInfo().c_str());
H A Djvm_android.cc18 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
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("NativeRegistratio
[all...]
/external/conscrypt/common/src/jni/main/include/
H A Dmacros.h156 #ifndef ALOGD
157 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
184 #define ALOGD(...) VA_ARGS_UNUSED(__VA_ARGS__) macro
/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_manager.cc25 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
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("IsCommunicationModeEnable
[all...]
H A Daudio_record_jni.cc24 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
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("AttachAudioBuffe
[all...]
H A Daudio_track_jni.cc24 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
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("MaxSpeakerVolum
[all...]
H A Dopensles_player.cc24 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
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("SetPlayoutSampleRat
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c664 #ifndef ALOGD
665 #define ALOGD LOGD macro
676 ALOGD("%s", msg);

Completed in 220 milliseconds