Searched refs:android_log_write_list_end (Results 1 – 8 of 8) 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/include/log/ |
D | log_event_list.h | 69 int android_log_write_list_end(android_log_context ctx); 141 int retval = android_log_write_list_end(ctx); in end()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2259 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() 2329 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list() 2331 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list() 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() [all …]
|
/system/core/liblog/ |
D | liblog.map.txt | 41 android_log_write_list_end; # apex llndk
|
D | log_event_list.cpp | 259 int android_log_write_list_end(android_log_context context) { in android_log_write_list_end() function
|
D | README.md | 81 int android_log_write_list_end(android_log_context ctx)
|
/system/core/libstats/push_compat/include/ |
D | stats_event_list.h | 80 int retval = android_log_write_list_end(ctx); in end()
|
/system/core/libstats/socket/include/ |
D | stats_event_list.h | 78 int retval = android_log_write_list_end(ctx); in end()
|