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.cpp182 static __android_logger_function user_set_logger_function = nullptr;
184 static __android_logger_function get_logger_function() { in get_logger_function()
188 static __android_logger_function default_logger_function = []() { in get_logger_function()
202 void __android_log_set_logger(__android_logger_function logger) { in __android_log_set_logger()