Home
last modified time | relevance | path

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

/system/libbase/
Dlogging_splitters_test.cpp31 auto logger_function = [&](const char* msg, int length) { in TestNewlineSplitter() local
38 SplitByLines(input.c_str(), logger_function); in TestNewlineSplitter()
76 auto logger_function = [&](LogId, LogSeverity, const char*, const char* msg) { in TestLogdChunkSplitter() local
81 input.c_str(), logger_function); in TestLogdChunkSplitter()
239 auto logger_function = [](LogId, LogSeverity, const char*, const char*) {}; in TEST() local
241 SplitByLogdChunks(MAIN, ERROR, long_tag.c_str(), nullptr, 0, "message", logger_function), ""); in TEST()
/system/logging/liblog/
Dlogger_write.cpp158 static __android_logger_function logger_function = __android_log_logd_logger; variable
160 static __android_logger_function logger_function = __android_log_stderr_logger; variable
164 logger_function = logger; in __android_log_set_logger()
314 logger_function(log_message); in __android_log_write_log_message()