Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/tests/
H A Dliblog_global_state.cpp34 auto LoggerFunction = [&](LogId log_id, LogSeverity severity, const char* tag, const char* file, in TEST() local
45 SetLogger(LoggerFunction); in TEST()
85 auto LoggerFunction = [&](LogId log_id, LogSeverity severity, const char* tag, const char* file, in TEST() local
96 SetLogger(LoggerFunction); in TEST()
/aosp12/system/update_engine/aosp/
H A Dlogging_android.cc118 using LoggerFunction = std::function<void(const struct __android_log_message*)>; typedef
213 std::vector<LoggerFunction> loggers_;