Home
last modified time | relevance | path

Searched refs:__android_log_logd_logger (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/logging/liblog/include/android/
H A Dlog.h255 void __android_log_logd_logger(const struct __android_log_message* log_message) __INTRODUCED_IN(30);
/aosp12/system/logging/liblog/
H A Dliblog.map.txt73 __android_log_logd_logger;
H A Dlogger_write.cpp158 static __android_logger_function logger_function = __android_log_logd_logger;
276 void __android_log_logd_logger(const struct __android_log_message* log_message) { in __android_log_logd_logger() function
/aosp12/system/update_engine/aosp/
H A Dlogging_android.cc199 loggers_.push_back(__android_log_logd_logger); in CombinedLogger()
/aosp12/system/libbase/
H A Dlogging.cpp320 __android_log_logd_logger(&log_message); in LogdLogChunk()