Home
last modified time | relevance | path

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