Searched refs:__android_log_write (Results 1 – 12 of 12) sorted by relevance
/aosp12/packages/modules/StatsD/tests/apps/statsdapp/jni/ |
H A D | alloc_stress_activity.cpp | 30 #define LOG(...) __android_log_write(ANDROID_LOG_INFO, "ALLOC-STRESS", __VA_ARGS__)
|
/aosp12/system/logging/liblog/include/android/ |
H A D | log.h | 98 int __android_log_write(int prio, const char* tag, const char* text);
|
/aosp12/system/logging/liblog/ |
H A D | liblog.map.txt | 10 __android_log_write;
|
H A D | logger_write.cpp | 291 int __android_log_write(int prio, const char* tag, const char* msg) { in __android_log_write() function 411 __android_log_write(ANDROID_LOG_FATAL, tag, buf); in __android_log_assert()
|
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text)
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text)
|
/aosp12/system/update_engine/aosp/ |
H A D | logging_android.cc | 251 __android_log_write(priority, nullptr /* tag */, str.c_str()); in RedirectToLiblog()
|
/aosp12/frameworks/av/drm/libmediadrm/interface/mediadrm/ |
H A D | DrmUtils.h | 85 __android_log_write(level, LOG_TAG, buf); in LogToBuffer()
|
/aosp12/libnativehelper/ |
H A D | JNIHelp.c | 354 __android_log_write(priority, tag, details); in jniLogException()
|
/aosp12/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 494 __android_log_write(priority, tag, details);
|
/aosp12/frameworks/base/cmds/incidentd/src/ |
H A D | Reporter.cpp | 478 __android_log_write(level, LOG_TAG, line); in vflog()
|
/aosp12/system/logging/liblog/tests/ |
H A D | liblog_test.cpp | 307 auto write_function = [&] { ASSERT_LT(0, __android_log_write(prio, tag, buf.c_str())); }; in TEST()
|