Searched refs:android_log_write_string8_len (Results 1 – 10 of 10) sorted by relevance
/system/logging/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/logging/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 | Android.bp | 193 "--allowlist-function=android_log_write_string8_len",
|
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/logging/liblog/include_vndk/log/ |
D | log_event_list.h | 56 int android_log_write_string8_len(android_log_context ctx, const char* value,
|
/system/logging/rust/ |
D | liblog_event_list.rs | 70 log_bindgen::android_log_write_string8_len( in append_str()
|
/system/logging/logd/ |
D | LogTags.cpp | 519 android_log_write_string8_len(ctx, Name.c_str(), Name.size()) < 0 || in WritePmsgEventLogTags() 520 android_log_write_string8_len(ctx, Format.c_str(), Format.size()) < 0) { in WritePmsgEventLogTags()
|