Home
last modified time | relevance | path

Searched defs:LOGV (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
DOboeDebug.h34 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro
37 #define LOGV(...) macro
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
Dandroid_debug.h24 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro
33 #define LOGV(...) macro
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
Dlogging_macros.h26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro
36 #define LOGV(...) macro
/third_party/skia/third_party/externals/oboe/samples/debug-utils/
Dlogging_macros.h26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro
36 #define LOGV(...) macro
/third_party/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.c34 # define LOGV(...) ((void)__android_log_print(ANDROID_LOG_VERBOSE, "threaded_app", __VA_ARGS__)) macro
36 # define LOGV(...) ((void)0) macro