Searched refs:android_log_write_list_begin (Results 1 - 6 of 6) sorted by relevance

/system/core/liblog/include_vndk/log/
H A Dlog_event_list.h52 int android_log_write_list_begin(android_log_context ctx);
/system/core/liblog/tests/
H A Dliblog_test.cpp2618 EXPECT_LE(0, android_log_write_list_begin(ctx));
2661 EXPECT_LE(0, android_log_write_list_begin(ctx));
2681 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [
2685 EXPECT_LE(0, android_log_write_list_begin(ctx)); // [
2728 EXPECT_LE(0, android_log_write_list_begin(ctx));
2729 EXPECT_LE(0, android_log_write_list_begin(ctx));
2730 EXPECT_LE(0, android_log_write_list_begin(ctx));
2731 EXPECT_LE(0, android_log_write_list_begin(ctx));
2732 EXPECT_LE(0, android_log_write_list_begin(ctx));
2733 EXPECT_LE(0, android_log_write_list_begin(ct
[all...]
/system/core/include/log/
H A Dlog_event_list.h89 int android_log_write_list_begin(android_log_context ctx);
158 int retval = android_log_write_list_begin(ctx);
/system/core/liblog/include/log/
H A Dlog_event_list.h89 int android_log_write_list_begin(android_log_context ctx);
158 int retval = android_log_write_list_begin(ctx);
/system/core/libstats/include/
H A Dstats_event_list.h73 int retval = android_log_write_list_begin(ctx);
/system/core/liblog/
H A Dlog_event_list.c100 LIBLOG_ABI_PUBLIC int android_log_write_list_begin(android_log_context ctx) { function

Completed in 904 milliseconds