Searched refs:__android_log_assert (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/ex/framesequence/jni/utils/ |
H A D | log.h | 267 if (__android_log_assert(ANDROID_##priority, tag)) 281 __android_log_assert(cond, tag, \
|
/aosp12/libnativehelper/ |
H A D | ALog-priv.h | 76 if (cond) __android_log_assert(#cond, LOG_TAG, __VA_ARGS__)
|
/aosp12/system/logging/liblog/include/android/ |
H A D | log.h | 131 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...)
|
/aosp12/system/logging/liblog/ |
H A D | liblog.map.txt | 5 __android_log_assert;
|
H A D | logger_write.cpp | 387 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert() function
|
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_main.h | 123 __android_log_assert(cond, tag, \
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_main.h | 123 __android_log_assert(cond, tag, \
|
/aosp12/art/libartpalette/apex/ |
H A D | palette.cc | 82 __android_log_assert(nullptr, kLogTag, "%s", dlerror()); in OpenLibrary()
|
/aosp12/system/update_engine/aosp/ |
H A D | logging_android.cc | 247 __android_log_assert(nullptr, nullptr, "%s", str.c_str()); in RedirectToLiblog()
|
/aosp12/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 364 __android_log_assert("clazz == NULL", "JNIHelp", in jniRegisterNativeMethods()
|
/aosp12/packages/apps/Messaging/jni/ |
H A D | GifTranscoder.cpp | 56 ? ((void)__android_log_assert(#cond, TAG, ## __VA_ARGS__)) \
|