Searched refs:android_log_write_list_end (Results 1 – 7 of 7) sorted by relevance
/system/core/liblog/include_vndk/log/ |
D | log_event_list.h | 51 int android_log_write_list_end(android_log_context ctx);
|
/system/core/liblog/ |
D | liblog.map.txt | 41 android_log_write_list_end; # apex vndk
|
D | README.md | 83 int android_log_write_list_end(android_log_context ctx)
|
D | log_event_list.cpp | 308 int android_log_write_list_end(android_log_context ctx) { in android_log_write_list_end() function
|
/system/core/liblog/include/log/ |
D | log_event_list.h | 75 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/ |
D | liblog_test.cpp | 2600 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/ |
D | stats_event_list.h | 81 int retval = android_log_write_list_end(ctx); in end()
|