Searched refs:create_android_logger (Results 1 – 12 of 12) sorted by relevance
30 android_log_context ctx = create_android_logger(tag); in __android_log_error_write()
38 create_android_logger; # systemapi llndk
223 "--allowlist-function=create_android_logger",
78 android_log_context create_android_logger(uint32_t tag)
69 android_log_context create_android_logger(uint32_t tag) { in create_android_logger() function
42 android_log_context create_android_logger(uint32_t tag);
2165 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_int32()2182 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_int64()2199 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_list_int64()2220 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_simple_automagic_list()2242 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_list_empty()2261 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_complex_nested_list()2309 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_7_level_prefix()2348 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_7_level_suffix()2413 static void create_android_logger(const char* (*fn)(uint32_t tag, in create_android_logger() function2473 create_android_logger(event_test_int32); in TEST()[all …]
60 android_log_context create_android_logger(uint32_t tag);113 ctx = create_android_logger(static_cast<uint32_t>(tag)); in android_log_event_list()
69 let ctx = unsafe { log_bindgen::create_android_logger(tag) }; in new()
54 ctx = create_android_logger(static_cast<uint32_t>(tag)); in stats_event_list()
516 auto ctx = create_android_logger(TAG_DEF_LOG_TAG); in WritePmsgEventLogTags()
4265 ctx = create_android_logger(KILLINFO_LOG_TAG); in main()