Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_VERBOSE (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/include/android_stub/log/
H A Dlog_radio.h48 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_VERBOSE, LOG_TAG, \
68 ? ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_VERBOSE, \
H A Dlog_system.h46 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, LOG_TAG, \
66 ? ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, \
H A Dlog_main.h359 * result of non-zero to expose a log. prio is ANDROID_LOG_VERBOSE to
371 (__android_log_is_loggable_len(prio, tag, (tag) ? strlen(tag) : 0, ANDROID_LOG_VERBOSE) != 0)
/third_party/skia/third_party/externals/oboe/src/common/
H A DOboeDebug.h34 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__)
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DDebugAndroid.cpp50 android_vprintLog(ANDROID_LOG_VERBOSE, NULL, LOG_TAG, format, vararg); in trace()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A Dandroid_debug.h24 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__)
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
H A Dlogging_macros.h26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__)
/third_party/skia/third_party/externals/oboe/samples/debug-utils/
H A Dlogging_macros.h26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__)
/third_party/toybox/toys/android/
H A Dlog.c39 ANDROID_LOG_VERBOSE, ANDROID_LOG_WARN}[i]; in log_main()
/third_party/mesa3d/include/android_stub/android/
H A Dlog.h79 ANDROID_LOG_VERBOSE, enumerator
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp25 #define printf(...) __android_log_print(ANDROID_LOG_VERBOSE, "LwsService", ##__VA_ARGS__)
/third_party/toybox/lib/
H A Dportability.h279 ANDROID_LOG_VERBOSE, enumerator
/third_party/skia/third_party/externals/angle2/util/android/third_party/
H A Dandroid_native_app_glue.c34 # define LOGV(...) ((void)__android_log_print(ANDROID_LOG_VERBOSE, "threaded_app", __VA_ARGS__))
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp40 # define VERBOSE(...) __android_log_print(ANDROID_LOG_VERBOSE, "ANGLE", __VA_ARGS__)

Completed in 7 milliseconds