Searched refs:android_log_write_list_end (Results 1 – 3 of 3) sorted by relevance
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2114 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_int64() 2157 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_list_empty() 2185 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list() 2187 EXPECT_LE(0, android_log_write_list_end(ctx)); // ] in event_test_complex_nested_list() 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() 2237 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2239 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2241 EXPECT_LE(0, android_log_write_list_end(ctx)); in event_test_7_level_prefix() 2243 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
|