Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h94 int android_log_write_string8_len(android_log_context ctx, const char* value,
199 android_log_write_string8_len(ctx, value.data(), value.length());
250 int retval = android_log_write_string8_len(ctx, value, len); in AppendString()
258 android_log_write_string8_len(ctx, value.data(), value.length()); in AppendString()
265 android_log_write_string8_len(ctx, value.data(), value.length()); in Append()
284 int retval = android_log_write_string8_len(ctx, value, len); in Append()
/system/core/liblog/
Dlog_event_write.c37 ret = android_log_write_string8_len(ctx, subTag, MAX_SUBTAG_LEN); in __android_log_error_write()
41 ret = android_log_write_string8_len(ctx, data, dataLen); in __android_log_error_write()
Dlog_event_list.c200 LIBLOG_ABI_PUBLIC int android_log_write_string8_len(android_log_context ctx, in android_log_write_string8_len() function
239 return android_log_write_string8_len(ctx, value, MAX_EVENT_PAYLOAD); in android_log_write_string8()
DREADME97 int android_log_write_string8_len(android_log_context ctx,