Searched refs:android_log_write_list_begin (Results 1 – 8 of 8) sorted by relevance
/system/core/liblog/include_vndk/log/ |
D | log_event_list.h | 50 int android_log_write_list_begin(android_log_context ctx);
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2257 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() 2320 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [ in event_test_complex_nested_list() 2324 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [ in event_test_complex_nested_list() 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() [all …]
|
/system/core/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/core/liblog/ |
D | liblog.map.txt | 40 android_log_write_list_begin; # apex llndk
|
D | log_event_list.cpp | 133 int android_log_write_list_begin(android_log_context context) { in android_log_write_list_begin() function
|
D | README.md | 80 int android_log_write_list_begin(android_log_context ctx)
|
/system/core/libstats/push_compat/include/ |
D | stats_event_list.h | 73 int retval = android_log_write_list_begin(ctx); in begin()
|
/system/core/libstats/socket/include/ |
D | stats_event_list.h | 71 int retval = android_log_write_list_begin(ctx); in begin()
|