Searched refs:android_log_write_list_end (Results 1 – 3 of 3) sorted by relevance
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2106 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_int64() 2149 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_empty() 2177 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list() 2179 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list() 2225 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2227 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2229 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2231 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2233 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2235 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() [all …]
|
/system/core/include/log/ |
D | log.h | 587 int android_log_write_list_end(android_log_context ctx);
|
/system/core/liblog/ |
D | log_event_list.c | 272 LIBLOG_ABI_PUBLIC int android_log_write_list_end(android_log_context ctx) { in android_log_write_list_end() function
|