Home
last modified time | relevance | path

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

/system/logging/liblog/include_vndk/log/
Dlog_safetynet.h25 #define android_errorWriteLog(tag, subTag) \ argument
28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
/system/logging/liblog/include/log/
Dlog_safetynet.h25 #define android_errorWriteLog(tag, subTag) \ argument
28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
/system/bt/linux_include/log/
Dlog.h28 inline int android_errorWriteWithInfoLog(int tag, const char* subTag, in android_errorWriteWithInfoLog()
/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()
/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