Home
last modified time | relevance | path

Searched refs:create_android_logger (Results 1 – 5 of 5) sorted by relevance

/system/core/liblog/
Dlog_event_write.c33 android_log_context ctx = create_android_logger(tag); in __android_log_error_write()
Dlog_event_list.c48 LIBLOG_ABI_PUBLIC android_log_context create_android_logger(uint32_t tag) { in create_android_logger() function
DREADME88 android_log_context create_android_logger(uint32_t tag)
/system/core/liblog/tests/
Dliblog_test.cpp2571 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_int32()
2588 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_int64()
2605 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_list_int64()
2626 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_simple_automagic_list()
2648 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_list_empty()
2667 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_complex_nested_list()
2715 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_7_level_prefix()
2754 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_7_level_suffix()
2819 static void create_android_logger(const char* (*fn)(uint32_t tag, in create_android_logger() function
2913 create_android_logger(event_test_int32); in TEST()
[all …]
/system/core/liblog/include/log/
Dlog_event_list.h80 android_log_context create_android_logger(uint32_t tag);
130 ctx = create_android_logger(static_cast<uint32_t>(tag)); in android_log_event_list()