Home
last modified time | relevance | path

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

/system/logging/liblog/tests/
Dliblog_test.cpp2251 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_int64()
2294 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_list_empty()
2314 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [ in event_test_complex_nested_list()
2318 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [ in event_test_complex_nested_list()
2361 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2362 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2363 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2364 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2365 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
2366 EXPECT_LE(0, android_log_write_list_begin(ctx)); in event_test_7_level_prefix()
[all …]
/system/logging/liblog/include_vndk/log/
Dlog_event_list.h50 int android_log_write_list_begin(android_log_context ctx);
/system/logging/liblog/include/log/
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()
/system/logging/liblog/
Dliblog.map.txt40 android_log_write_list_begin; # systemapi llndk
DREADME.md80 int android_log_write_list_begin(android_log_context ctx)
Dlog_event_list.cpp133 int android_log_write_list_begin(android_log_context context) { in android_log_write_list_begin() function
/system/core/libstats/push_compat/include/
Dstats_event_list.h73 int retval = android_log_write_list_begin(ctx); in begin()