Searched defs:subTag (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/logging/liblog/include/log/ |
H A D | log_safetynet.h | 25 #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 D | log_safetynet.h | 25 #define android_errorWriteLog(tag, subTag) \ argument 28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
|
/aosp12/system/bt/linux_include/log/ |
H A D | log.h | 28 inline int android_errorWriteWithInfoLog(int tag, const char* subTag, in android_errorWriteWithInfoLog()
|
/aosp12/system/logging/liblog/ |
H A 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()
|
/aosp12/system/bt/gd/os/ |
H A 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
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | UserSwitchingDialog.java | 346 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 D | DynamicCodeLoggerIntegrationTests.java | 492 String subTag = (String) fields[0]; in findMatchingEvents() local
|
/aosp14/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/ |
H A D | DynamicCodeLoggerIntegrationTests.java | 502 String subTag = (String) fields[0]; in findMatchingEvents() local
|