Searched refs:android_log_write_string8 (Results 1 – 8 of 8) sorted by relevance
/system/core/liblog/include/log/ |
D | log_event_list.h | 79 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/ |
D | log_event_list.h | 55 int android_log_write_string8(android_log_context ctx, const char* value);
|
/system/core/libstats/include/ |
D | stats_event_list.h | 129 int retval = android_log_write_string8(ctx, value); 191 int retval = android_log_write_string8(ctx, value); in AppendString()
|
/system/core/liblog/ |
D | liblog.map.txt | 44 android_log_write_string8; # apex vndk
|
D | README.md | 87 int android_log_write_string8(android_log_context ctx, const char *value)
|
D | log_event_list.cpp | 279 int android_log_write_string8(android_log_context ctx, const char* value) { in android_log_write_string8() function
|
/system/core/lmkd/ |
D | statslog.c | 89 if ((ret = android_log_write_string8(ctx, (process_name == NULL) ? "" : process_name)) < 0) { in stats_write_lmk_kill_occurred()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2664 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()
|