Home
last modified time | relevance | path

Searched refs:subTag (Results 1 – 5 of 5) sorted by relevance

/system/logging/liblog/include_vndk/log/
Dlog_safetynet.h25 #define android_errorWriteLog(tag, subTag) \ argument
26 __android_log_error_write(tag, subTag, -1, NULL, 0)
28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
29 __android_log_error_write(tag, subTag, uid, data, dataLen)
31 int __android_log_error_write(int tag, const char* subTag, int32_t uid,
/system/logging/liblog/include/log/
Dlog_safetynet.h25 #define android_errorWriteLog(tag, subTag) \ argument
26 __android_log_error_write(tag, subTag, -1, NULL, 0)
28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
29 __android_log_error_write(tag, subTag, uid, data, dataLen)
31 int __android_log_error_write(int tag, const char* subTag, int32_t uid,
/system/logging/liblog/
Dlog_event_write.cpp25 int __android_log_error_write(int tag, const char* subTag, int32_t uid, const char* data, in __android_log_error_write() argument
29 if (subTag && (data || !dataLen)) { in __android_log_error_write()
34 ret = android_log_write_string8_len(ctx, subTag, MAX_SUBTAG_LEN); in __android_log_error_write()
/system/bt/gd/os/
Dlog.h103 #define android_errorWriteLog(tag, subTag) LOG_ERROR("ERROR tag: 0x%x, sub_tag: %s", tag, subTag) argument
107 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
108 LOG_ERROR("ERROR tag: 0x%x, sub_tag: %s", tag, subTag)
/system/bt/linux_include/log/
Dlog.h28 inline int android_errorWriteWithInfoLog(int tag, const char* subTag, in android_errorWriteWithInfoLog() argument