Searched defs:subTag (Results 1 – 5 of 5) sorted by relevance
/system/logging/liblog/include_vndk/log/ |
D | log_safetynet.h | 25 #define android_errorWriteLog(tag, subTag) \ argument 28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
|
/system/logging/liblog/include/log/ |
D | log_safetynet.h | 25 #define android_errorWriteLog(tag, subTag) \ argument 28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
|
/system/bt/linux_include/log/ |
D | log.h | 28 inline int android_errorWriteWithInfoLog(int tag, const char* subTag, in android_errorWriteWithInfoLog()
|
/system/logging/liblog/ |
D | log_event_write.cpp | 25 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/ |
D | log.h | 103 #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
|