Searched refs:android_log_write_list_end (Results 1 – 9 of 9) sorted by relevance
/system/logging/liblog/include_vndk/log/ |
D | log_event_list.h | 51 int android_log_write_list_end(android_log_context ctx);
|
/system/logging/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/logging/liblog/tests/ |
D | liblog_test.cpp | 2205 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_int64() 2247 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_empty() 2275 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list() 2277 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list() 2321 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2323 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2325 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2327 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2329 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2331 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() [all …]
|
/system/logging/liblog/ |
D | liblog.map.txt | 41 android_log_write_list_end; # systemapi llndk
|
D | Android.bp | 231 "--allowlist-function=android_log_write_list_end",
|
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/logging/rust/ |
D | liblog_event_list.rs | 128 check_liblog_result(unsafe { log_bindgen::android_log_write_list_end(self.ctx) })?; in end_list()
|
/system/core/libstats/push_compat/include/ |
D | stats_event_list.h | 80 int retval = android_log_write_list_end(ctx); in end()
|