Searched refs:create_android_logger (Results 1 – 11 of 11) sorted by relevance
32 android_log_context ctx = create_android_logger(tag); in __android_log_error_write()
38 create_android_logger; # apex vndk
80 android_log_context create_android_logger(uint32_t tag)
76 android_log_context create_android_logger(uint32_t tag) { in create_android_logger() function
42 android_log_context create_android_logger(uint32_t tag);
50 *log_ctx = create_android_logger(kStatsEventTag); in statslog_init()
2058 ctx = create_android_logger(MEMINFO_LOG_TAG); in main()
2560 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_int32()2577 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_int64()2594 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_list_int64()2615 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_simple_automagic_list()2637 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_list_empty()2656 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_complex_nested_list()2704 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_7_level_prefix()2743 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_7_level_suffix()2808 static void create_android_logger(const char* (*fn)(uint32_t tag, in create_android_logger() function2902 create_android_logger(event_test_int32); in TEST()[all …]
66 android_log_context create_android_logger(uint32_t tag);121 ctx = create_android_logger(static_cast<uint32_t>(tag)); in android_log_event_list()
55 ctx = create_android_logger(static_cast<uint32_t>(tag)); in stats_event_list()
532 auto ctx = create_android_logger(TAG_DEF_LOG_TAG); in WritePmsgEventLogTags()