Home
last modified time | relevance | path

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

/system/libbase/
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
/system/logging/liblog/
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