Home
last modified time | relevance | path

Searched refs:create_android_log_parser (Results 1 – 6 of 6) sorted by relevance

/system/logging/liblog/
Dliblog.map.txt92 create_android_log_parser;
Dlog_event_list.cpp82 android_log_context create_android_log_parser(const char* msg, size_t len) { in create_android_log_parser() function
DREADME.md91 android_log_context create_android_log_parser(const char *msg, size_t len)
/system/logging/liblog/include/log/
Dlog_event_list.h85 android_log_context create_android_log_parser(const char* msg, size_t len);
/system/logging/logd/
DLogTags.cpp323 auto ctx = create_android_log_parser(log_msg.msg() + sizeof(uint32_t), in ReadPersistEventLogTags()
/system/logging/liblog/tests/
Dliblog_test.cpp2066 android_log_context context = create_android_log_parser(msg, len); in android_log_buffer_to_string()