/aosp_15_r20/system/chre/platform/slpi/include/chre/target_platform/ |
H A D | log.h | 55 #define LOGE(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_ERROR, fmt, ##__VA_ARGS__) macro 70 #define LOGE(fmt, ...) \ macro 119 #define LOGE(fmt, ...) CHRE_SLPI_LOG(ERROR, fmt, ##__VA_ARGS__) macro 135 #define LOGE(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_ERROR, fmt, ##__VA_ARGS__) macro
|
/aosp_15_r20/packages/services/BuiltInPrintService/jni/include/ |
D | wprint_debug.h | 49 #define LOGE(...) macro 51 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | android_debug.h | 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, MODULE_NAME, __VA_ARGS__) macro 37 #define LOGE(...) macro
|
/aosp_15_r20/hardware/st/nfc/1.0/include/ |
D | halcore.h | 57 #define LOGE(s) \ macro 78 #define LOGE printf macro
|
/aosp_15_r20/system/chre/platform/tinysys/include/chre/target_platform/ |
H A D | log.h | 51 #define LOGE(fmt, arg...) \ macro 85 #define LOGE(fmt, arg...) \ macro
|
/aosp_15_r20/external/oboe/samples/debug-utils/ |
H A D | logging_macros.h | 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,MODULE_NAME, __VA_ARGS__) macro 40 #define LOGE(...) macro
|
/aosp_15_r20/external/oboe/apps/fxlab/app/src/main/cpp/ |
H A D | logging_macros.h | 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,MODULE_NAME, __VA_ARGS__) macro 40 #define LOGE(...) macro
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
H A D | logging.h | 105 #define LOGE(...) LogPrintF(ANDROID_LOG_ERROR, __VA_ARGS__); macro 117 #define LOGE(...) LOG(INFO) << tensorflow::strings::Printf(__VA_ARGS__); macro
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/opus/src/main/jni/ |
H A D | opus_jni.cc | 30 #define LOGE(...) \ macro 33 #define LOGE(...) \ macro
|
/aosp_15_r20/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jni_defines.h | 26 #define LOGE(msg...) __android_log_print(ANDROID_LOG_ERROR, "Native_JPEGStream", msg) macro
|
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Log.h | 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/aosp_15_r20/external/pigweed/pw_chre/include/chre/target_platform/ |
H A D | log.h | 22 #define LOGE(...) PW_LOG_ERROR(__VA_ARGS__) macro
|
/aosp_15_r20/system/chre/platform/zephyr/include/chre/target_platform/ |
H A D | log.h | 24 #define LOGE(...) LOG_ERR(__VA_ARGS__) macro
|
/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/utils/ |
H A D | logging.h | 28 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, APP_NAME, __VA_ARGS__)) macro
|
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | logging.h | 26 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/aosp_15_r20/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
H A D | wifi_offload.h | 53 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/aosp_15_r20/frameworks/proto_logging/stats/express/libexpresscatalog-utils/include/ |
H A D | expresscatalog-utils.h | 38 #define LOGE(...) \ macro
|
/aosp_15_r20/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
H A D | utils.h | 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
/aosp_15_r20/system/chre/platform/include/chre/platform/ |
H A D | log.h | 75 #define LOGE(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/aosp_15_r20/external/oboe/src/common/ |
H A D | OboeDebug.h | 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, MODULE_NAME, __VA_ARGS__) macro
|
/aosp_15_r20/system/chre/platform/android/include/chre/target_platform/ |
H A D | log.h | 33 #define LOGE(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_ERROR, fmt, ##__VA_ARGS__) macro
|
/aosp_15_r20/system/chre/platform/exynos/include/chre/target_platform/ |
H A D | log.h | 28 #define LOGE(fmt, ...) CHRE_EXYNOS_LOG(CHRE_LOG_ERROR, fmt, ##__VA_ARGS__) macro
|
/aosp_15_r20/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/ |
H A D | helloComputeNDK.cpp | 15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
/aosp_15_r20/external/deqp-deps/amber/android_sample/jni/ |
D | main.cc | 28 #define LOGE(...) \ macro
|
/aosp_15_r20/system/chre/host/common/include/chre_host/ |
H A D | log.h | 43 #define LOGE(format, ...) \ macro
|