Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_write.cpp30 android_log_context ctx = create_android_logger(tag); in __android_log_error_write()
Dliblog.map.txt38 create_android_logger; # apex llndk
Dlog_event_list.cpp69 android_log_context create_android_logger(uint32_t tag) { in create_android_logger() function
DREADME.md78 android_log_context create_android_logger(uint32_t tag)
/system/core/liblog/include_vndk/log/
Dlog_event_list.h42 android_log_context create_android_logger(uint32_t tag);
/system/core/liblog/tests/
Dliblog_test.cpp2219 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_int32()
2236 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_int64()
2253 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_list_int64()
2274 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_simple_automagic_list()
2296 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_list_empty()
2315 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_complex_nested_list()
2363 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_7_level_prefix()
2402 EXPECT_TRUE(NULL != (ctx = create_android_logger(tag))); in event_test_7_level_suffix()
2467 static void create_android_logger(const char* (*fn)(uint32_t tag, in create_android_logger() function
2528 create_android_logger(event_test_int32); in TEST()
[all …]
/system/core/liblog/include/log/
Dlog_event_list.h60 android_log_context create_android_logger(uint32_t tag);
113 ctx = create_android_logger(static_cast<uint32_t>(tag)); in android_log_event_list()
/system/core/libstats/push_compat/include/
Dstats_event_list.h54 ctx = create_android_logger(static_cast<uint32_t>(tag)); in stats_event_list()
/system/core/libstats/socket/include/
Dstats_event_list.h52 ctx = create_android_logger(static_cast<uint32_t>(tag)); in stats_event_list()
/system/core/logd/
DLogTags.cpp515 auto ctx = create_android_logger(TAG_DEF_LOG_TAG); in WritePmsgEventLogTags()
/system/memory/lmkd/
Dlmkd.cpp3299 ctx = create_android_logger(KILLINFO_LOG_TAG); in main()