Home
last modified time | relevance | path

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

/system/core/include/log/
Dlog.h603 android_log_context create_android_log_parser(const char *msg, size_t len);
/system/core/liblog/
Dlog_event_list.c70 LIBLOG_ABI_PUBLIC android_log_context create_android_log_parser( in create_android_log_parser() function
/system/core/liblog/tests/
Dliblog_test.cpp1911 android_log_context context = create_android_log_parser(msg, len); in android_log_buffer_to_string()