Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h105 android_log_context create_android_log_parser(const char* msg, size_t len);
133 ctx = create_android_log_parser(log_msg.msg() + sizeof(uint32_t), in android_log_event_list()
/system/core/liblog/
Dlog_event_list.c70 LIBLOG_ABI_PUBLIC android_log_context create_android_log_parser(const char* msg, in create_android_log_parser() function
DREADME104 android_log_context create_android_log_parser(const char *msg,
/system/core/liblog/tests/
Dliblog_test.cpp2418 android_log_context context = create_android_log_parser(msg, len); in android_log_buffer_to_string()