Home
last modified time | relevance | path

Searched refs:__android_log_message (Results 1 – 8 of 8) sorted by relevance

/system/logging/liblog/include/android/
Dlog.h187 struct __android_log_message { struct
213 typedef void (*__android_logger_function)(const struct __android_log_message* log_message); argument
233 void __android_log_write_log_message(struct __android_log_message* log_message) __INTRODUCED_IN(30);
255 void __android_log_logd_logger(const struct __android_log_message* log_message) __INTRODUCED_IN(30);
265 void __android_log_stderr_logger(const struct __android_log_message* log_message)
/system/logging/liblog/
Dlogger_write.cpp180 static void file_logger(const struct __android_log_message* log_message);
283 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()
325 __android_log_message m = {sizeof(__android_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()
394 sizeof(__android_log_message), bufID, prio, tag, nullptr, 0, msg}; in __android_log_buf_write()
410 __android_log_message log_message = { in __android_log_vprint()
[all …]
/system/update_engine/aosp/
Dlogging_android.cc120 using LoggerFunction = std::function<void(const struct __android_log_message*)>;
147 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 ()()
210 __android_log_message formatted = *log_message; in operator ()()
292 __android_log_set_logger([](const struct __android_log_message* log_message) { in SetupLogging()
/system/libbase/
Dlogging.cpp318 __android_log_message log_message = {sizeof(__android_log_message), lg_id, priority, tag, in LogdLogChunk()
400 __android_log_set_logger([](const struct __android_log_message* log_message) { in SetLogger()
519 __android_log_message log_message = { in LogLine()
520 sizeof(__android_log_message), LOG_ID_DEFAULT, priority, tag, file, line, message}; in LogLine()
/system/logging/liblog/tests/
Dliblog_global_state.cpp62 auto liblog_logger_function = [](const struct __android_log_message* log_message) { in TEST()
64 EXPECT_EQ(sizeof(__android_log_message), log_message->struct_size); in TEST()
113 auto liblog_logger_function = [](const struct __android_log_message* log_message) { in TEST()
115 EXPECT_EQ(sizeof(__android_log_message), log_message->struct_size); in TEST()
/system/logging/logd/
DReplayMessages.cpp442 __android_log_set_logger([](const struct __android_log_message* log_message) { in main()
/system/core/libutils/abi-dumps/arm64/source-based/
Dlibutils.so.lsdump12098 "name" : "__android_log_message",
/system/core/libutils/abi-dumps/arm_arm64/source-based/
Dlibutils.so.lsdump12094 "name" : "__android_log_message",