Home
last modified time | relevance | path

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

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