Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp2259 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_int64()
2301 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_empty()
2375 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2377 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2379 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2381 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2383 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2385 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2387 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2418 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_suffix()
[all …]
/aosp12/system/logging/liblog/include/log/
H A Dlog_event_list.h69 int android_log_write_list_end(android_log_context ctx);
141 int retval = android_log_write_list_end(ctx); in end()
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_event_list.h51 int android_log_write_list_end(android_log_context ctx);
/aosp12/system/logging/liblog/
H A Dliblog.map.txt41 android_log_write_list_end; # apex llndk
H A DREADME.md81 int android_log_write_list_end(android_log_context ctx)
H A Dlog_event_list.cpp259 int android_log_write_list_end(android_log_context context) { in android_log_write_list_end() function
/aosp12/system/core/libstats/push_compat/include/
H A Dstats_event_list.h80 int retval = android_log_write_list_end(ctx); in end()