Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_DEBUG (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/include/android_stub/log/
H A Dlog_radio.h79 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_DEBUG, LOG_TAG, \
86 ? ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_DEBUG, \
H A Dlog_system.h77 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_DEBUG, LOG_TAG, \
84 ? ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_DEBUG, \
H A Dlog_main.h368 (__android_log_is_loggable_len(prio, tag, (tag) ? strlen(tag) : 0, ANDROID_LOG_DEBUG) != 0)
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
H A Dlogging.h25 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, APP_NAME, __VA_ARGS__))
/third_party/skia/third_party/externals/oboe/src/common/
H A DOboeDebug.h35 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__)
/third_party/skia/src/ports/
H A DSkDebug_android.cpp30 __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, format, args1); in SkDebugf()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A Dandroid_debug.h25 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__)
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
H A Dlogging_macros.h27 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__)
/third_party/skia/third_party/externals/oboe/samples/debug-utils/
H A Dlogging_macros.h27 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__)
/third_party/toybox/toys/android/
H A Dlog.c37 pri = (android_LogPriority []){ANDROID_LOG_DEBUG, ANDROID_LOG_ERROR, in log_main()
/third_party/mesa3d/src/egl/main/
H A Degllog.c92 [_EGL_DEBUG] = ANDROID_LOG_DEBUG, in _eglDefaultLogger()
/third_party/mesa3d/include/android_stub/android/
H A Dlog.h81 ANDROID_LOG_DEBUG, enumerator
/third_party/mesa3d/src/util/
H A Dlog.c46 case MESA_LOG_DEBUG: return ANDROID_LOG_DEBUG; in level_to_android()
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DDebug.cpp64 __android_log_write(ANDROID_LOG_DEBUG, "SwiftShader", msg); in logv_android()
/third_party/vk-gl-cts/framework/qphelper/
H A DqpDebugOut.c111 default: return ANDROID_LOG_DEBUG; in getLogPriority()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DDebug.cpp114 __android_log_write(ANDROID_LOG_DEBUG, "SwiftShader", msg); in logv_android()
/third_party/toybox/lib/
H A Dportability.h280 ANDROID_LOG_DEBUG, enumerator
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp38 # define DEBUG(...) __android_log_print(ANDROID_LOG_DEBUG, "ANGLE", __VA_ARGS__)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.c53 return ANDROID_LOG_DEBUG; in wpa_to_android_level()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c96 #define ITT_ANDROID_LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG,ITT_ANDROID_LOG_TAG, __VA_ARGS__))
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.c57 return ANDROID_LOG_DEBUG; in wpa_to_android_level()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp10375 __android_log_write( ANDROID_LOG_DEBUG, "Catch", text.c_str() );

Completed in 26 milliseconds