Home
last modified time | relevance | path

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

/system/update_engine/
Dlogging_android.cc145 void operator()(const struct __android_log_message* log_message) { in operator ()()
165 string GetPrefix(const struct __android_log_message* log_message) { in GetPrefix()
206 void operator()(const struct __android_log_message* log_message) { in operator ()()
258 __android_log_set_logger([](const struct __android_log_message* log_message) { in SetupLogging()
/system/core/liblog/
Dlogger_write.cpp244 void __android_log_stderr_logger(const struct __android_log_message* log_message) { in __android_log_stderr_logger()
276 void __android_log_logd_logger(const struct __android_log_message* log_message) { in __android_log_logd_logger()
295 void __android_log_write_log_message(__android_log_message* log_message) { in __android_log_write_log_message()
324 __android_log_message log_message = { in __android_log_buf_write() local
341 __android_log_message log_message = { in __android_log_vprint() local
361 __android_log_message log_message = { in __android_log_print() local
381 __android_log_message log_message = { in __android_log_buf_print() local
/system/keymaster/km_openssl/
Dopenssl_err.cpp43 keymaster_error_t TranslateLastOpenSslError(bool log_message) { in TranslateLastOpenSslError()
/system/core/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.cpp323 __android_log_message log_message = {sizeof(__android_log_message), lg_id, priority, tag, in LogdLogChunk() local
405 liblog_functions->__android_log_set_logger([](const struct __android_log_message* log_message) { in SetLogger()
525 __android_log_message log_message = { in LogLine() local
/system/core/logd/
DSerializedLogChunkTest.cpp32 static const char log_message[] = "log message"; in TEST() local
57 static const char log_message[] = "this is a log message"; in TEST() local
DReplayMessages.cpp428 __android_log_set_logger([](const struct __android_log_message* log_message) { in main()