Home
last modified time | relevance | path

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

/system/core/liblog/include_vndk/log/
Dlog_event_list.h50 int android_log_write_list_begin(android_log_context ctx);
/system/core/liblog/tests/
Dliblog_test.cpp2598 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_int64()
2641 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_empty()
2661 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [ in event_test_complex_nested_list()
2665 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [ in event_test_complex_nested_list()
2708 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2709 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2710 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2711 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2712 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2713 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
[all …]
/system/core/liblog/
Dliblog.map.txt40 android_log_write_list_begin; # apex vndk
DREADME.md82 int android_log_write_list_begin(android_log_context ctx)
Dlog_event_list.cpp146 int android_log_write_list_begin(android_log_context ctx) { in android_log_write_list_begin() function
/system/core/liblog/include/log/
Dlog_event_list.h74 int android_log_write_list_begin(android_log_context ctx);
144 int retval = android_log_write_list_begin(ctx); in begin()
/system/core/libstats/include/
Dstats_event_list.h74 int retval = android_log_write_list_begin(ctx); in begin()