Home
last modified time | relevance | path

Searched defs: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
79 auto logger_function = [&](LogId, LogSeverity, const char*, const char* msg) { in TestLogdChunkSplitter() local
242 auto logger_function = [](LogId, LogSeverity, const char*, const char*) {}; in TEST_F() local
/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