Home
last modified time | relevance | path

Searched refs:android_log_write_list_end (Results 1 – 7 of 7) sorted by relevance

/system/core/liblog/include_vndk/log/
Dlog_event_list.h51 int android_log_write_list_end(android_log_context ctx);
/system/core/liblog/
Dliblog.map.txt41 android_log_write_list_end; # apex vndk
DREADME.md83 int android_log_write_list_end(android_log_context ctx)
Dlog_event_list.cpp308 int android_log_write_list_end(android_log_context ctx) { in android_log_write_list_end() function
/system/core/liblog/include/log/
Dlog_event_list.h75 int android_log_write_list_end(android_log_context ctx);
149 int retval = android_log_write_list_end(ctx); in end()
/system/core/liblog/tests/
Dliblog_test.cpp2600 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_int64()
2642 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_empty()
2670 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list()
2672 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list()
2716 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2718 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2720 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2722 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2724 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2726 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
[all …]
/system/core/libstats/include/
Dstats_event_list.h81 int retval = android_log_write_list_end(ctx); in end()