Home
last modified time | relevance | path

Searched refs:__android_logger_function (Results 1 – 2 of 2) sorted by relevance

/system/logging/liblog/include/android/
Dlog.h213 typedef void (*__android_logger_function)(const struct __android_log_message* log_message); typedef
245 void __android_log_set_logger(__android_logger_function logger) __INTRODUCED_IN(30);
/system/logging/liblog/
Dlogger_write.cpp158 static __android_logger_function logger_function = __android_log_logd_logger;
160 static __android_logger_function logger_function = __android_log_stderr_logger;
163 void __android_log_set_logger(__android_logger_function logger) { in __android_log_set_logger()