Searched defs:ALOGD (Results 1 - 10 of 10) sorted by relevance
/external/libese/libese/include/ese/ |
H A D | log.h | 53 #ifndef ALOGD 54 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
|
/external/webrtc/talk/app/webrtc/java/jni/ |
H A D | androidmediacodeccommon.h | 50 #define ALOGD LOG_TAG(rtc::LS_INFO, TAG) macro
|
/external/webrtc/webrtc/modules/utility/source/ |
H A D | helpers_android.cc | 21 #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 D | jvm_android.cc | 18 #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 D | macros.h | 156 #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 D | audio_manager.cc | 25 #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 D | audio_record_jni.cc | 24 #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 D | audio_track_jni.cc | 24 #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 D | opensles_player.cc | 24 #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 D | platform_android.c | 1029 #ifndef ALOGD 1030 #define ALOGD LOGD macro 1041 ALOGD("%s", msg);
|
Completed in 337 milliseconds