Searched refs:android_log_write_string8_len (Results 1 – 9 of 9) sorted by relevance
/system/core/liblog/include/log/ |
D | log_event_list.h | 74 int android_log_write_string8_len(android_log_context ctx, const char* value, 184 android_log_write_string8_len(ctx, value.data(), value.length()); 236 int retval = android_log_write_string8_len(ctx, value, len); in AppendString() 243 android_log_write_string8_len(ctx, value.data(), value.length()); in AppendString() 250 android_log_write_string8_len(ctx, value.data(), value.length()); in Append() 268 int retval = android_log_write_string8_len(ctx, value, len); in Append()
|
/system/core/liblog/ |
D | log_event_write.cpp | 34 ret = android_log_write_string8_len(ctx, subTag, MAX_SUBTAG_LEN); in __android_log_error_write() 38 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 llndk
|
D | log_event_list.cpp | 204 int android_log_write_string8_len(android_log_context context, const char* value, size_t maxlen) { in android_log_write_string8_len() function 236 return android_log_write_string8_len(ctx, value, MAX_EVENT_PAYLOAD); in android_log_write_string8()
|
D | README.md | 86 int android_log_write_string8_len(android_log_context ctx, const char *value, size_t maxlen)
|
/system/core/libstats/push_compat/include/ |
D | stats_event_list.h | 136 int retval = android_log_write_string8_len(ctx, value.data(), value.length()); 196 int retval = android_log_write_string8_len(ctx, value, len); in AppendString() 204 int retval = android_log_write_string8_len(ctx, value.data(), value.length()); in AppendString() 212 int retval = android_log_write_string8_len(ctx, value.data(), value.length()); in Append() 234 int retval = android_log_write_string8_len(ctx, value, len); in Append()
|
/system/core/libstats/socket/include/ |
D | stats_event_list.h | 134 int retval = android_log_write_string8_len(ctx, value.data(), value.length()); 194 int retval = android_log_write_string8_len(ctx, value, len); in AppendString() 202 int retval = android_log_write_string8_len(ctx, value.data(), value.length()); in AppendString() 210 int retval = android_log_write_string8_len(ctx, value.data(), value.length()); in Append() 232 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 | 518 android_log_write_string8_len(ctx, Name.c_str(), Name.size()) < 0 || in WritePmsgEventLogTags() 519 android_log_write_string8_len(ctx, Format.c_str(), Format.size()) < 0) { in WritePmsgEventLogTags()
|