Searched refs:android_log_write_list_begin (Results 1 – 4 of 4) sorted by relevance
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2609 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_int64() 2652 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_empty() 2672 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [ in event_test_complex_nested_list() 2676 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [ in event_test_complex_nested_list() 2719 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2720 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2721 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2722 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2723 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() 2724 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix() [all …]
|
/system/core/liblog/include/log/ |
D | log_event_list.h | 88 int android_log_write_list_begin(android_log_context ctx); 156 int retval = android_log_write_list_begin(ctx); in begin()
|
/system/core/liblog/ |
D | log_event_list.c | 100 LIBLOG_ABI_PUBLIC int android_log_write_list_begin(android_log_context ctx) { in android_log_write_list_begin() function
|
D | README | 90 int android_log_write_list_begin(android_log_context ctx)
|