Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_global_state.cpp34 auto LoggerFunction = [&](LogId log_id, LogSeverity severity, const char* tag, const char* file, in TEST() local
85 auto LoggerFunction = [&](LogId log_id, LogSeverity severity, const char* tag, const char* file, in TEST() local
/system/update_engine/
Dlogging_android.cc118 using LoggerFunction = std::function<void(const struct __android_log_message*)>; typedef