Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_WARN (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/libs/binder/liblog_stub/include/android/
Dlog.h36 ANDROID_LOG_WARN, enumerator
/frameworks/base/media/mca/filterpacks/native/imageproc/
Dcontrast.c22 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, "MCA", __VA_ARGS__)
Dbrightness.c22 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, "MCA", __VA_ARGS__)
/frameworks/native/libs/binder/trusty/
DOS.cpp110 } else if (prio == ANDROID_LOG_WARN) { in __android_log_print()
/frameworks/native/cmds/installd/
Dinstalld.cpp184 priority = ANDROID_LOG_WARN; in log_callback()
Dotapreopt.cpp715 priority = ANDROID_LOG_WARN; in log_callback()
Ddexopt.cpp867 async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, "Error locking profile %s: %d", in copy_system_profile()
876 async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, "Failed to flock %s: %d", in copy_system_profile()
883 async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, "Could not truncate %s: %d", in copy_system_profile()
898 async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, "Error unlocking profile %s: %d", in copy_system_profile()
/frameworks/rs/
DrsCppUtils.h39 __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__);
/frameworks/rs/toolkit/
DUtils.h41 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
/frameworks/base/core/jni/
Dandroid_os_SELinux.cpp431 priority = ANDROID_LOG_WARN; in log_callback()
Dcom_android_internal_os_Zygote.cpp478 async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, "Zygote SIGCHLD error in waitpid: %s", in SigChldHandler()
/frameworks/av/drm/libmediadrm/interface/mediadrm/
DDrmUtils.h116 #define LOG2BW(...) LogToBuffer(ANDROID_LOG_WARN, __VA_ARGS__)
/frameworks/base/cmds/incidentd/src/
DReporter.cpp453 vflog(section, err, ANDROID_LOG_WARN, "warning", format, args); in error()
/frameworks/native/vulkan/libvulkan/
Dapi.cpp1086 prio = ANDROID_LOG_WARN; in DebugReportCallback()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp119 priority = ANDROID_LOG_WARN; in log_callback()