Home
last modified time | relevance | path

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

/system/libbase/
Dliblog_symbols.cpp50 DLSYM(__android_log_logd_logger) in GetLibLogFunctions()
73 .__android_log_logd_logger = __android_log_logd_logger,
Dliblog_symbols.h30 void (*__android_log_logd_logger)(const struct __android_log_message* log_message); member
Dlogging.cpp325 liblog_functions->__android_log_logd_logger(&log_message); in LogdLogChunk()
/system/core/liblog/include/android/
Dlog.h256 void __android_log_logd_logger(const struct __android_log_message* log_message) __INTRODUCED_IN(30);
/system/core/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/core/include/android/
Dlog.h256 void __android_log_logd_logger(const struct __android_log_message* log_message) __INTRODUCED_IN(30);
/system/update_engine/
Dlogging_android.cc199 loggers_.push_back(__android_log_logd_logger); in CombinedLogger()