Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp2257 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_int64()
2300 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_empty()
2367 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2368 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2369 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2370 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2371 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2372 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2373 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2406 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_suffix()
[all …]
/aosp12/system/logging/liblog/include/log/
H A Dlog_event_list.h68 int android_log_write_list_begin(android_log_context ctx);
136 int retval = android_log_write_list_begin(ctx); in begin()
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_event_list.h50 int android_log_write_list_begin(android_log_context ctx);
/aosp12/system/logging/liblog/
H A Dliblog.map.txt40 android_log_write_list_begin; # apex llndk
H A DREADME.md80 int android_log_write_list_begin(android_log_context ctx)
H A Dlog_event_list.cpp133 int android_log_write_list_begin(android_log_context context) { in android_log_write_list_begin() function
/aosp12/system/core/libstats/push_compat/include/
H A Dstats_event_list.h73 int retval = android_log_write_list_begin(ctx); in begin()