Searched refs:ANDROID_LOG_VERBOSE (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/include/android_stub/log/ |
H A D | log_radio.h | 48 ((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 D | log_system.h | 46 ((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 D | log_main.h | 359 * 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 D | OboeDebug.h | 34 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__)
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | DebugAndroid.cpp | 50 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 D | android_debug.h | 24 #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 D | logging_macros.h | 26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__)
|
/third_party/skia/third_party/externals/oboe/samples/debug-utils/ |
H A D | logging_macros.h | 26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__)
|
/third_party/toybox/toys/android/ |
H A D | log.c | 39 ANDROID_LOG_VERBOSE, ANDROID_LOG_WARN}[i]; in log_main()
|
/third_party/mesa3d/include/android_stub/android/ |
H A D | log.h | 79 ANDROID_LOG_VERBOSE, enumerator
|
/third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
H A D | LwsService.cpp | 25 #define printf(...) __android_log_print(ANDROID_LOG_VERBOSE, "LwsService", ##__VA_ARGS__)
|
/third_party/toybox/lib/ |
H A D | portability.h | 279 ANDROID_LOG_VERBOSE, enumerator
|
/third_party/skia/third_party/externals/angle2/util/android/third_party/ |
H A D | android_native_app_glue.c | 34 # 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 D | feature_support_util.cpp | 40 # define VERBOSE(...) __android_log_print(ANDROID_LOG_VERBOSE, "ANGLE", __VA_ARGS__)
|
Completed in 7 milliseconds