Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/include/log/
H A Dlog_safetynet.h25 #define android_errorWriteLog(tag, subTag) \ argument
28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_safetynet.h25 #define android_errorWriteLog(tag, subTag) \ argument
28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
/aosp12/system/bt/linux_include/log/
H A Dlog.h28 inline int android_errorWriteWithInfoLog(int tag, const char* subTag, in android_errorWriteWithInfoLog()
/aosp12/system/logging/liblog/
H A 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()
/aosp12/system/bt/gd/os/
H A 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
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserSwitchingDialog.java346 private void asyncTraceBegin(String subTag, int subCookie) { in asyncTraceBegin()
351 private void asyncTraceEnd(String subTag, int subCookie) { in asyncTraceEnd()
/aosp12/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
H A DDynamicCodeLoggerIntegrationTests.java492 String subTag = (String) fields[0]; in findMatchingEvents() local
/aosp14/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
H A DDynamicCodeLoggerIntegrationTests.java502 String subTag = (String) fields[0]; in findMatchingEvents() local