Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h79 int android_log_write_string8(android_log_context ctx, const char* value);
185 int retval = android_log_write_string8(ctx, value);
238 int retval = android_log_write_string8(ctx, value); in AppendString()
/system/core/liblog/include_vndk/log/
Dlog_event_list.h55 int android_log_write_string8(android_log_context ctx, const char* value);
/system/core/libstats/include/
Dstats_event_list.h129 int retval = android_log_write_string8(ctx, value);
191 int retval = android_log_write_string8(ctx, value); in AppendString()
/system/core/liblog/
Dliblog.map.txt44 android_log_write_string8; # apex vndk
DREADME.md87 int android_log_write_string8(android_log_context ctx, const char *value)
Dlog_event_list.cpp279 int android_log_write_string8(android_log_context ctx, const char* value) { in android_log_write_string8() function
/system/core/lmkd/
Dstatslog.c89 if ((ret = android_log_write_string8(ctx, (process_name == NULL) ? "" : process_name)) < 0) { in stats_write_lmk_kill_occurred()
/system/core/liblog/tests/
Dliblog_test.cpp2664 EXPECT_LE(0, android_log_write_string8(ctx, "Hello World")); in event_test_complex_nested_list()
2681 EXPECT_LE(0, android_log_write_string8(ctx, "dlroW olleH")); in event_test_complex_nested_list()