Home
last modified time | relevance | path

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

/system/logging/liblog/include_vndk/log/
Dlog_event_list.h51 int android_log_write_list_end(android_log_context ctx);
/system/logging/liblog/include/log/
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()
/system/logging/liblog/tests/
Dliblog_test.cpp2205 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/
Dliblog.map.txt41 android_log_write_list_end; # systemapi llndk
DAndroid.bp231 "--allowlist-function=android_log_write_list_end",
Dlog_event_list.cpp259 int android_log_write_list_end(android_log_context context) { in android_log_write_list_end() function
DREADME.md81 int android_log_write_list_end(android_log_context ctx)
/system/logging/rust/
Dliblog_event_list.rs128 check_liblog_result(unsafe { log_bindgen::android_log_write_list_end(self.ctx) })?; in end_list()
/system/core/libstats/push_compat/include/
Dstats_event_list.h80 int retval = android_log_write_list_end(ctx); in end()