Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_safetynet.h18 #define android_errorWriteLog(tag, subTag) \ argument
19 __android_log_error_write(tag, subTag, -1, NULL, 0)
21 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
22 __android_log_error_write(tag, subTag, uid, data, dataLen)
24 int __android_log_error_write(int tag, const char* subTag, int32_t uid,
/system/core/liblog/include_vndk/log/
Dlog_safetynet.h18 #define android_errorWriteLog(tag, subTag) \ argument
19 __android_log_error_write(tag, subTag, -1, NULL, 0)
21 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
22 __android_log_error_write(tag, subTag, uid, data, dataLen)
24 int __android_log_error_write(int tag, const char* subTag, int32_t uid,
/system/core/liblog/
Dlog_event_write.cpp27 int __android_log_error_write(int tag, const char* subTag, int32_t uid, const char* data, in __android_log_error_write() argument
31 if (subTag && (data || !dataLen)) { in __android_log_error_write()
36 ret = android_log_write_string8_len(ctx, subTag, MAX_SUBTAG_LEN); in __android_log_error_write()
/system/bt/linux_include/log/
Dlog.h28 inline int android_errorWriteWithInfoLog(int tag, const char* subTag, in android_errorWriteWithInfoLog() argument