Searched refs:android_log_write_list_begin (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/logging/liblog/tests/ |
H A D | liblog_test.cpp | 2257 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_int64() 2300 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_empty() 2367 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2368 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2369 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2370 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2371 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2372 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2373 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2406 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_suffix() [all …]
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_event_list.h | 68 int android_log_write_list_begin(android_log_context ctx); 136 int retval = android_log_write_list_begin(ctx); in begin()
|
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_event_list.h | 50 int android_log_write_list_begin(android_log_context ctx);
|
/aosp12/system/logging/liblog/ |
H A D | liblog.map.txt | 40 android_log_write_list_begin; # apex llndk
|
H A D | README.md | 80 int android_log_write_list_begin(android_log_context ctx)
|
H A D | log_event_list.cpp | 133 int android_log_write_list_begin(android_log_context context) { in android_log_write_list_begin() function
|
/aosp12/system/core/libstats/push_compat/include/ |
H A D | stats_event_list.h | 73 int retval = android_log_write_list_begin(ctx); in begin()
|