Home
last modified time | relevance | path

Searched defs:LOGI (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
Dandroid_debug.h26 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
35 #define LOGI(...) macro
/third_party/skia/third_party/externals/oboe/samples/debug-utils/
Dlogging_macros.h28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
38 #define LOGI(...) macro
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
Dlogging_macros.h28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
38 #define LOGI(...) macro
/third_party/openh264/codec/build/android/dec/jni/
Dmyjni.cpp7 #define LOGI(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
Dlogging.h26 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, APP_NAME, __VA_ARGS__)) macro
/third_party/openh264/test/build/android/jni/
Dcodec_unittest.cpp9 #define LOGI(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.h35 #define LOGI(...) \ macro
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_hilog.h25 #define LOGI(fmt, ...) \ macro
/third_party/openh264/codec/build/android/enc/jni/
Dmyjni.cpp7 #define LOGI(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/third_party/skia/third_party/externals/oboe/src/common/
DOboeDebug.h28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
/third_party/mbedtls/port/include/
Dmbedtls_log.h42 #define LOGI(fmt, ...) DECORATOR_HILOG(HILOG_INFO, fmt, ##__VA_ARGS__) macro
/third_party/flutter/skia/src/ports/skia_ohos/
DFontConfig_ohos.h25 #define LOGI(fmt, args...) \ macro
33 #define LOGI SkDEBUGF macro
/third_party/skia/src/ports/skia_ohos/
DFontConfig_ohos.h25 #define LOGI(fmt, args...) \ macro
33 #define LOGI SkDEBUGF macro
/third_party/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.c29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__)) macro
/third_party/flutter/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.c29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__)) macro
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp65 #define LOGI(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp55 #define LOGI(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h83 # define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "VK-SAMPLE", __VA_ARGS__)) macro
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h83 # define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "VK-SAMPLE", __VA_ARGS__)) macro
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c48 #define LOGI(...) do {} while (0) macro