Home
last modified time | relevance | path

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

/system/core/liblog/
Dliblog.map.txt81 create_android_log_parser;
DREADME.md93 android_log_context create_android_log_parser(const char *msg, size_t len)
Dlog_event_list.cpp89 android_log_context create_android_log_parser(const char* msg, size_t len) { in create_android_log_parser() function
/system/core/liblog/include/log/
Dlog_event_list.h91 android_log_context create_android_log_parser(const char* msg, size_t len);
/system/core/logd/
DLogTags.cpp322 auto ctx = create_android_log_parser(log_msg.msg() + sizeof(uint32_t), in ReadPersistEventLogTags()
/system/core/liblog/tests/
Dliblog_test.cpp2407 android_log_context context = create_android_log_parser(msg, len); in android_log_buffer_to_string()