Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_ERROR (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/packages/PrintSpooler/jni/
Dcom_android_printspooler_util_BitmapSerializeUtils.cpp35 __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/
Dlog.h38 ANDROID_LOG_ERROR, enumerator
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGesturesLogging.cpp46 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, fmt, args); in gestures_log()
/frameworks/base/media/mca/filterpacks/native/imageproc/
Dcontrast.c23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
Dbrightness.c23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Dnative.cpp25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
Dnative.cpp25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
Dnative.cpp25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
/frameworks/base/core/jni/
Dandroid_os_MessageQueue.cpp113 jniLogException(env, ANDROID_LOG_ERROR, LOG_TAG, exceptionObj); in raiseException()
116 jniLogException(env, ANDROID_LOG_ERROR, LOG_TAG, exceptionObj); in raiseException()
Dandroid_os_SELinux.cpp437 priority = ANDROID_LOG_ERROR; in log_callback()
Dcom_android_internal_os_Zygote.cpp416 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/
DOS.cpp112 } else if (prio == ANDROID_LOG_ERROR) { in __android_log_print()
/frameworks/native/vulkan/vkprofiles/
Dvkprofiles.cpp29 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/frameworks/native/cmds/installd/
Dinstalld.cpp190 priority = ANDROID_LOG_ERROR; in log_callback()
Ddexopt.cpp1459 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()
Dotapreopt.cpp721 priority = ANDROID_LOG_ERROR; in log_callback()
/frameworks/rs/
DrsCppUtils.h35 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__);
/frameworks/rs/toolkit/
DUtils.h42 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/frameworks/base/tests/SurfaceViewBufferTests/cpp/
DSurfaceProxy.cpp30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)
/frameworks/base/cmds/incidentd/src/
DReporter.cpp446 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/
DDrmUtils.h115 #define LOG2BE(...) LogToBuffer(ANDROID_LOG_ERROR, __VA_ARGS__)
/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp117 return LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, format, args); in Report()
/frameworks/rs/cpp/
DrsDispatch.cpp23 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RS Dispatch", __VA_ARGS__);
/frameworks/native/libs/binder/
DIPCThreadState.cpp840 ANDROID_LOG_ERROR); in transact()
1011 ANDROID_LOG_ERROR); in waitForResponse()

12