Home
last modified time | relevance | path

Searched defs:log_message (Results 1 – 7 of 7) sorted by relevance

/system/logging/liblog/
Dlogger_write.cpp283 static void filestream_logger(const struct __android_log_message* log_message, FILE* stream) { in filestream_logger()
315 static void file_logger(const struct __android_log_message* log_message) { in file_logger()
341 void __android_log_stderr_logger(const struct __android_log_message* log_message) { in __android_log_stderr_logger()
345 void __android_log_logd_logger(const struct __android_log_message* log_message) { in __android_log_logd_logger()
364 void __android_log_write_log_message(__android_log_message* log_message) { in __android_log_write_log_message()
393 __android_log_message log_message = { in __android_log_buf_write() local
410 __android_log_message log_message = { in __android_log_vprint() local
430 __android_log_message log_message = { in __android_log_print() local
450 __android_log_message log_message = { in __android_log_buf_print() local
/system/update_engine/aosp/
Dlogging_android.cc147 void operator()(const struct __android_log_message* log_message) { in operator ()()
167 string GetPrefix(const struct __android_log_message* log_message) { in GetPrefix()
208 void operator()(const struct __android_log_message* log_message) { in operator ()()
292 __android_log_set_logger([](const struct __android_log_message* log_message) { in SetupLogging()
/system/logging/logd/
DSerializedLogChunkTest.cpp35 static const char log_message[] = "log message"; in TEST() local
60 static const char log_message[] = "this is a log message"; in TEST() local
DReplayMessages.cpp442 __android_log_set_logger([](const struct __android_log_message* log_message) { in main()
/system/keymaster/km_openssl/
Dopenssl_err.cpp43 keymaster_error_t TranslateLastOpenSslError(bool log_message) { in TranslateLastOpenSslError()
/system/logging/liblog/tests/
Dliblog_global_state.cpp62 auto liblog_logger_function = [](const struct __android_log_message* log_message) { in TEST()
113 auto liblog_logger_function = [](const struct __android_log_message* log_message) { in TEST()
/system/libbase/
Dlogging.cpp318 __android_log_message log_message = {sizeof(__android_log_message), lg_id, priority, tag, in LogdLogChunk() local
400 __android_log_set_logger([](const struct __android_log_message* log_message) { in SetLogger()
519 __android_log_message log_message = { in LogLine() local