Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h89 int android_log_write_list_end(android_log_context ctx);
161 int retval = android_log_write_list_end(ctx); in end()
/system/core/liblog/tests/
Dliblog_test.cpp2611 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_int64()
2653 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_empty()
2681 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list()
2683 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list()
2727 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2729 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2731 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2733 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2735 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
2737 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix()
[all …]
/system/core/liblog/
Dlog_event_list.c268 LIBLOG_ABI_PUBLIC int android_log_write_list_end(android_log_context ctx) { in android_log_write_list_end() function
DREADME91 int android_log_write_list_end(android_log_context ctx)