Home
last modified time | relevance | path

Searched defs:LOGE (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
Dandroid_debug.h28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, MODULE_NAME, __VA_ARGS__) macro
37 #define LOGE(...) macro
/third_party/skia/third_party/externals/oboe/samples/debug-utils/
Dlogging_macros.h30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,MODULE_NAME, __VA_ARGS__) macro
40 #define LOGE(...) macro
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
Dlogging_macros.h30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,MODULE_NAME, __VA_ARGS__) macro
40 #define LOGE(...) macro
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
Dlogging.h28 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, APP_NAME, __VA_ARGS__)) macro
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.h40 #define LOGE(...) \ macro
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_hilog.h33 #define LOGE(fmt, ...) \ macro
/third_party/skia/third_party/externals/oboe/src/common/
DOboeDebug.h30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, MODULE_NAME, __VA_ARGS__) macro
/third_party/mbedtls/port/include/
Dmbedtls_log.h44 #define LOGE(fmt, ...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##__VA_ARGS__) macro
/third_party/skia/src/ports/skia_ohos/
DFontConfig_ohos.h23 #define LOGE(fmt, args...) \ macro
32 #define LOGE SkDEBUGF macro
/third_party/flutter/skia/src/ports/skia_ohos/
DFontConfig_ohos.h23 #define LOGE(fmt, args...) \ macro
32 #define LOGE SkDEBUGF macro
/third_party/flutter/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.c30 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "threaded_app", __VA_ARGS__)) macro
/third_party/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.c30 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "threaded_app", __VA_ARGS__)) macro
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h84 # define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "VK-SAMPLE", __VA_ARGS__)) macro
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h84 # define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "VK-SAMPLE", __VA_ARGS__)) macro
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c49 #define LOGE(...) do {} while (0) macro