Searched refs:android_log_write_string8 (Results 1 – 8 of 8) sorted by relevance
/system/core/liblog/include/log/ |
D | log_event_list.h | 73 int android_log_write_string8(android_log_context ctx, const char* value); 177 int retval = android_log_write_string8(ctx, value); 230 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/push_compat/include/ |
D | stats_event_list.h | 128 int retval = android_log_write_string8(ctx, value); 188 int retval = android_log_write_string8(ctx, value); in AppendString()
|
/system/core/libstats/socket/include/ |
D | stats_event_list.h | 126 int retval = android_log_write_string8(ctx, value); 186 int retval = android_log_write_string8(ctx, value); in AppendString()
|
/system/core/liblog/ |
D | liblog.map.txt | 44 android_log_write_string8; # apex llndk
|
D | log_event_list.cpp | 235 int android_log_write_string8(android_log_context ctx, const char* value) { in android_log_write_string8() function
|
D | README.md | 85 int android_log_write_string8(android_log_context ctx, const char *value)
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2323 EXPECT_LE(0, android_log_write_string8(ctx, "Hello World")); in event_test_complex_nested_list() 2340 EXPECT_LE(0, android_log_write_string8(ctx, "dlroW olleH")); in event_test_complex_nested_list()
|