Home
last modified time | relevance | path

Searched refs:__android_log_assert (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/ex/framesequence/jni/utils/
H A Dlog.h267 if (__android_log_assert(ANDROID_##priority, tag))
281 __android_log_assert(cond, tag, \
/aosp12/libnativehelper/
H A DALog-priv.h76 if (cond) __android_log_assert(#cond, LOG_TAG, __VA_ARGS__)
/aosp12/system/logging/liblog/include/android/
H A Dlog.h131 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...)
/aosp12/system/logging/liblog/
H A Dliblog.map.txt5 __android_log_assert;
H A Dlogger_write.cpp387 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 Dlog_main.h123 __android_log_assert(cond, tag, \
/aosp12/system/logging/liblog/include/log/
H A Dlog_main.h123 __android_log_assert(cond, tag, \
/aosp12/art/libartpalette/apex/
H A Dpalette.cc82 __android_log_assert(nullptr, kLogTag, "%s", dlerror()); in OpenLibrary()
/aosp12/system/update_engine/aosp/
H A Dlogging_android.cc247 __android_log_assert(nullptr, nullptr, "%s", str.c_str()); in RedirectToLiblog()
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h364 __android_log_assert("clazz == NULL", "JNIHelp", in jniRegisterNativeMethods()
/aosp12/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp56 ? ((void)__android_log_assert(#cond, TAG, ## __VA_ARGS__)) \