Home
last modified time | relevance | path

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

/aosp_15_r20/system/libbase/
H A Dlogging_splitters_test.cpp34 auto logger_function = [&](const char* msg, int length) { in TestNewlineSplitter() local
41 SplitByLines(input.c_str(), logger_function); in TestNewlineSplitter()
79 auto logger_function = [&](LogId, LogSeverity, const char*, const char* msg) { in TestLogdChunkSplitter() local
84 input.c_str(), logger_function); in TestLogdChunkSplitter()
242 auto logger_function = [](LogId, LogSeverity, const char*, const char*) {}; in TEST_F() local
244 SplitByLogdChunks(MAIN, ERROR, long_tag.c_str(), nullptr, 0, "message", logger_function), ""); in TEST_F()
/aosp_15_r20/system/logging/liblog/
H A Dlogger_write.cpp170 static __android_logger_function logger_function = __android_log_logd_logger; variable
172 static __android_logger_function logger_function = __android_log_stderr_logger; variable
176 logger_function = logger; in __android_log_set_logger()
375 logger_function(log_message); in __android_log_write_log_message()