Searched refs:android_log_write_list_begin (Results 1 – 7 of 7) sorted by relevance
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 2251 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/ |
D | log_event_list.h | 50 int android_log_write_list_begin(android_log_context ctx);
|
/system/logging/liblog/include/log/ |
D | log_event_list.h | 68 int android_log_write_list_begin(android_log_context ctx); 136 int retval = android_log_write_list_begin(ctx); in begin()
|
/system/logging/liblog/ |
D | liblog.map.txt | 40 android_log_write_list_begin; # systemapi llndk
|
D | README.md | 80 int android_log_write_list_begin(android_log_context ctx)
|
D | log_event_list.cpp | 133 int android_log_write_list_begin(android_log_context context) { in android_log_write_list_begin() function
|
/system/core/libstats/push_compat/include/ |
D | stats_event_list.h | 73 int retval = android_log_write_list_begin(ctx); in begin()
|