Searched refs:android_log_write_string8_len (Results 1 – 4 of 4) sorted by relevance
/system/core/liblog/include/log/ |
D | log_event_list.h | 94 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/ |
D | log_event_write.c | 37 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()
|
D | log_event_list.c | 200 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()
|
D | README | 97 int android_log_write_string8_len(android_log_context ctx,
|