Home
last modified time | relevance | path

Searched refs:__android_log_call_aborter (Results 1 – 7 of 7) sorted by relevance

/system/libbase/
Dliblog_symbols.cpp53 DLSYM(__android_log_call_aborter) in GetLibLogFunctions()
76 .__android_log_call_aborter = __android_log_call_aborter,
Dliblog_symbols.h34 void (*__android_log_call_aborter)(const char* abort_message); member
Dlogging.cpp509 liblog_functions->__android_log_call_aborter(msg.c_str()); in ~LogMessage()
/system/core/liblog/include/android/
Dlog.h289 void __android_log_call_aborter(const char* abort_message) __INTRODUCED_IN(30);
/system/core/liblog/
Dliblog.map.txt70 __android_log_call_aborter;
Dlogger_write.cpp182 void __android_log_call_aborter(const char* abort_message) { in __android_log_call_aborter() function
412 __android_log_call_aborter(buf); in __android_log_assert()
/system/core/include/android/
Dlog.h289 void __android_log_call_aborter(const char* abort_message) __INTRODUCED_IN(30);