Home
last modified time | relevance | path

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

/system/logging/liblog/include/android/
Dlog.h255 void __android_log_logd_logger(const struct __android_log_message* log_message) __INTRODUCED_IN(30);
/system/logging/liblog/
Dliblog.map.txt73 __android_log_logd_logger;
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
/system/update_engine/aosp/
Dlogging_android.cc199 loggers_.push_back(__android_log_logd_logger); in CombinedLogger()
/system/libbase/
Dlogging.cpp320 __android_log_logd_logger(&log_message); in LogdLogChunk()