Searched refs:subTag (Results 1 – 4 of 4) sorted by relevance
/system/core/liblog/include/log/ |
D | log_safetynet.h | 18 #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/ |
D | log_safetynet.h | 18 #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/ |
D | log_event_write.cpp | 27 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/ |
D | log.h | 28 inline int android_errorWriteWithInfoLog(int tag, const char* subTag, in android_errorWriteWithInfoLog() argument
|