Home
last modified time | relevance | path

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

/aosp_15_r20/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
85 auto LoggerFunction = [&](LogId log_id, LogSeverity severity, const char* tag, const char* file, in TEST() local
/aosp_15_r20/system/update_engine/aosp/
H A Dlogging_android.cc120 using LoggerFunction = std::function<void(const struct __android_log_message*)>; typedef