/frameworks/base/packages/PrintSpooler/jni/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 35 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, in writeAllBytes() 51 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, in readAllBytes() 60 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, in readAllBytes()
|
/frameworks/native/libs/binder/liblog_stub/include/android/ |
D | log.h | 38 ANDROID_LOG_ERROR, enumerator
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GesturesLogging.cpp | 46 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, fmt, args); in gestures_log()
|
/frameworks/base/media/mca/filterpacks/native/imageproc/ |
D | contrast.c | 23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
|
D | brightness.c | 23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
D | native.cpp | 25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/ |
D | native.cpp | 25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/ |
D | native.cpp | 25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
|
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/ |
D | helloComputeNDK.cpp | 15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
|
/frameworks/base/core/jni/ |
D | android_os_MessageQueue.cpp | 113 jniLogException(env, ANDROID_LOG_ERROR, LOG_TAG, exceptionObj); in raiseException() 116 jniLogException(env, ANDROID_LOG_ERROR, LOG_TAG, exceptionObj); in raiseException()
|
D | android_os_SELinux.cpp | 437 priority = ANDROID_LOG_ERROR; in log_callback()
|
D | com_android_internal_os_Zygote.cpp | 416 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in sendSigChildStatus() 469 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in SigChldHandler() 487 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in SigChldHandler()
|
/frameworks/native/libs/binder/trusty/ |
D | OS.cpp | 112 } else if (prio == ANDROID_LOG_ERROR) { in __android_log_print()
|
/frameworks/native/vulkan/vkprofiles/ |
D | vkprofiles.cpp | 29 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
|
/frameworks/native/cmds/installd/ |
D | installd.cpp | 190 priority = ANDROID_LOG_ERROR; in log_callback()
|
D | dexopt.cpp | 1459 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in check_secondary_dex_access() 1672 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in process_secondary_dex_dexopt() 1987 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "flock(%s) failed", in dexopt() 2122 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in reconcile_secondary_dex_file() 2136 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in reconcile_secondary_dex_file() 2150 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "%s", error_msg.c_str()); in reconcile_secondary_dex_file() 2177 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in reconcile_secondary_dex_file() 2251 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in hash_secondary_dex_file() 2263 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in hash_secondary_dex_file() 2277 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in hash_secondary_dex_file()
|
D | otapreopt.cpp | 721 priority = ANDROID_LOG_ERROR; in log_callback()
|
/frameworks/rs/ |
D | rsCppUtils.h | 35 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__);
|
/frameworks/rs/toolkit/ |
D | Utils.h | 42 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
|
/frameworks/base/tests/SurfaceViewBufferTests/cpp/ |
D | SurfaceProxy.cpp | 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)
|
/frameworks/base/cmds/incidentd/src/ |
D | Reporter.cpp | 446 vflog(section, err, ANDROID_LOG_ERROR, "error", format, args); in warning() 489 if (level >= ANDROID_LOG_ERROR) { in vflog()
|
/frameworks/av/drm/libmediadrm/interface/mediadrm/ |
D | DrmUtils.h | 115 #define LOG2BE(...) LogToBuffer(ANDROID_LOG_ERROR, __VA_ARGS__)
|
/frameworks/native/libs/input/ |
D | TfLiteMotionPredictor.cpp | 117 return LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, format, args); in Report()
|
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 23 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RS Dispatch", __VA_ARGS__);
|
/frameworks/native/libs/binder/ |
D | IPCThreadState.cpp | 840 ANDROID_LOG_ERROR); in transact() 1011 ANDROID_LOG_ERROR); in waitForResponse()
|