Searched refs:LOG_PRI_VA (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/ex/framesequence/jni/utils/ |
H A D | log.h | 257 #ifndef LOG_PRI_VA 258 #define LOG_PRI_VA(priority, tag, fmt, args) \ macro
|
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_main.h | 100 #ifndef LOG_PRI_VA 101 #define LOG_PRI_VA(priority, tag, fmt, args) \ macro
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_main.h | 100 #ifndef LOG_PRI_VA 101 #define LOG_PRI_VA(priority, tag, fmt, args) \ macro
|
/aosp12/system/keymaster/contexts/ |
H A D | soft_keymaster_logger.cpp | 48 return LOG_PRI_VA(android_log_level, LOG_TAG, fmt, args); in log_msg()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Log.cpp | 55 LOG_PRI_VA(ANDROID_LOG_INFO, LOG_TAG, real_format.c_str(), args); in log()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | installd.cpp | 190 LOG_PRI_VA(priority, "SELinux", fmt, ap); in log_callback()
|
H A D | otapreopt.cpp | 733 LOG_PRI_VA(priority, "SELinux", fmt, ap); in log_callback()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_SELinux.cpp | 437 LOG_PRI_VA(priority, "SELinux", fmt, ap); in log_callback()
|
H A D | AndroidRuntime.cpp | 392 LOG_PRI_VA(ANDROID_LOG_INFO, "vm-printf", format, ap); in runtime_vfprintf()
|
/aosp12/system/logging/liblog/ |
H A D | README.md | 18 LOG_PRI_VA(priority, tag, format, args)
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 137 LOG_PRI_VA(priority, "SELinux", fmt, ap); in log_callback()
|