Searched refs:android_log_write_string8_len (Results 1 – 8 of 8) sorted by relevance
/system/core/liblog/ |
D | log_event_write.cpp | 36 ret = android_log_write_string8_len(ctx, subTag, MAX_SUBTAG_LEN); in __android_log_error_write() 40 ret = android_log_write_string8_len(ctx, data, dataLen); in __android_log_error_write()
|
D | liblog.map.txt | 45 android_log_write_string8_len; # apex vndk
|
D | log_event_list.cpp | 244 int android_log_write_string8_len(android_log_context ctx, const char* value, size_t maxlen) { in android_log_write_string8_len() function 280 return android_log_write_string8_len(ctx, value, MAX_EVENT_PAYLOAD); in android_log_write_string8()
|
D | README.md | 88 int android_log_write_string8_len(android_log_context ctx, const char *value, size_t maxlen)
|
/system/core/liblog/include/log/ |
D | log_event_list.h | 80 int android_log_write_string8_len(android_log_context ctx, const char* value, 192 android_log_write_string8_len(ctx, value.data(), value.length()); 244 int retval = android_log_write_string8_len(ctx, value, len); in AppendString() 251 android_log_write_string8_len(ctx, value.data(), value.length()); in AppendString() 258 android_log_write_string8_len(ctx, value.data(), value.length()); in Append() 276 int retval = android_log_write_string8_len(ctx, value, len); in Append()
|
/system/core/libstats/include/ |
D | stats_event_list.h | 138 int retval = android_log_write_string8_len(ctx, value.data(), value.length()); 199 int retval = android_log_write_string8_len(ctx, value, len); in AppendString() 208 int retval = android_log_write_string8_len(ctx, value.data(), value.length()); in AppendString() 216 int retval = android_log_write_string8_len(ctx, value.data(), value.length()); in Append() 239 int retval = android_log_write_string8_len(ctx, value, len); in Append()
|
/system/core/liblog/include_vndk/log/ |
D | log_event_list.h | 56 int android_log_write_string8_len(android_log_context ctx, const char* value,
|
/system/core/logd/ |
D | LogTags.cpp | 535 android_log_write_string8_len(ctx, Name.c_str(), Name.size()) < 0 || in WritePmsgEventLogTags() 536 android_log_write_string8_len(ctx, Format.c_str(), Format.size()) < 0) { in WritePmsgEventLogTags()
|