Home
last modified time | relevance | path

Searched refs:android_log_write_list_begin (Results 1 – 3 of 3) sorted by relevance

/system/core/liblog/tests/
Dliblog_test.cpp2104 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_int64()
2148 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_empty()
2168 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [ in event_test_complex_nested_list()
2172 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [ in event_test_complex_nested_list()
2217 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2218 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2219 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2220 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2221 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2222 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
[all …]
/system/core/include/log/
Dlog.h586 int android_log_write_list_begin(android_log_context ctx);
/system/core/liblog/
Dlog_event_list.c101 LIBLOG_ABI_PUBLIC int android_log_write_list_begin(android_log_context ctx) { in android_log_write_list_begin() function