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.cpp32 android_log_context ctx = create_android_logger(tag); in __android_log_error_write()
Dliblog.map.txt38 create_android_logger; # apex vndk
DREADME.md80 android_log_context create_android_logger(uint32_t tag)
Dlog_event_list.cpp76 android_log_context create_android_logger(uint32_t tag) { in create_android_logger() function
/system/core/liblog/include_vndk/log/
Dlog_event_list.h42 android_log_context create_android_logger(uint32_t tag);
/system/core/lmkd/
Dstatslog.h50 *log_ctx = create_android_logger(kStatsEventTag); in statslog_init()
Dlmkd.c2058 ctx = create_android_logger(MEMINFO_LOG_TAG); in main()
/system/core/liblog/tests/
Dliblog_test.cpp2560 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() function
2902 create_android_logger(event_test_int32); in TEST()
[all …]
/system/core/liblog/include/log/
Dlog_event_list.h66 android_log_context create_android_logger(uint32_t tag);
121 ctx = create_android_logger(static_cast<uint32_t>(tag)); in android_log_event_list()
/system/core/libstats/include/
Dstats_event_list.h55 ctx = create_android_logger(static_cast<uint32_t>(tag)); in stats_event_list()
/system/core/logd/
DLogTags.cpp532 auto ctx = create_android_logger(TAG_DEF_LOG_TAG); in WritePmsgEventLogTags()