Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_test.cpp2072 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_int32()
2090 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_int64()
2108 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_list_int64()
2129 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_simple_automagic_list()
2152 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_list_empty()
2171 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_complex_nested_list()
2221 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_7_level_prefix()
2259 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_7_level_suffix()
2323 static void create_android_logger(const char *(*fn)(uint32_t tag, size_t &expected_len)) { in create_android_logger() function
2402 create_android_logger(event_test_int32); in TEST()
[all …]
/system/core/liblog/
Dlog_event_write.c34 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
/system/core/include/log/
Dlog.h578 android_log_context create_android_logger(uint32_t tag);