Searched refs:create_android_logger (Results 1 – 5 of 5) sorted by relevance
33 android_log_context ctx = create_android_logger(tag); in __android_log_error_write()
48 LIBLOG_ABI_PUBLIC android_log_context create_android_logger(uint32_t tag) { in create_android_logger() function
88 android_log_context create_android_logger(uint32_t tag)
2571 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() function2913 create_android_logger(event_test_int32); in TEST()[all …]
80 android_log_context create_android_logger(uint32_t tag);130 ctx = create_android_logger(static_cast<uint32_t>(tag)); in android_log_event_list()