Home
last modified time | relevance | path

Searched refs:android_log_write_string8 (Results 1 – 4 of 4) sorted by relevance

/system/core/liblog/include/log/
Dlog_event_list.h93 int android_log_write_string8(android_log_context ctx, const char* value);
191 int retval = android_log_write_string8(ctx, value);
244 int retval = android_log_write_string8(ctx, value); in AppendString()
/system/core/liblog/
Dlog_event_list.c237 LIBLOG_ABI_PUBLIC int android_log_write_string8(android_log_context ctx, in android_log_write_string8() function
DREADME95 int android_log_write_string8(android_log_context ctx,
/system/core/liblog/tests/
Dliblog_test.cpp2675 EXPECT_LE(0, android_log_write_string8(ctx, "Hello World")); in event_test_complex_nested_list()
2692 EXPECT_LE(0, android_log_write_string8(ctx, "dlroW olleH")); in event_test_complex_nested_list()