/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | LoaderMemoryLogger.java | 36 protected void addLog(int logLevel, String tag, String log) { in addLog() 41 int logLevel, String tag, String log, Exception stackTrace) { in addLog() 84 int logLevel, String logTag, String logString, @Nullable Exception stackStrace) { in LogEntry()
|
/aosp12/system/chre/platform/linux/include/chre/target_platform/ |
H A D | log.h | 32 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument 38 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument
|
/aosp12/system/chre/host/common/include/chre_host/ |
H A D | log_message_parser_base.h | 90 enum LogLevel logLevel; member 97 enum LogLevel logLevel; member
|
/aosp12/system/chre/platform/shared/ |
H A D | log_buffer_manager.cc | 102 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log() 109 void LogBufferManager::logVa(chreLogLevel logLevel, const char *formatStr, in logVa()
|
H A D | log_buffer.cc | 34 void LogBuffer::handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLog() 42 void LogBuffer::handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLogVa()
|
/aosp12/hardware/google/gchips/libexynosutils/ |
H A D | Exynos_log.c | 29 void Exynos_Log(EXYNOS_DEV_LOG_LEVEL logLevel, const char *tag, const char *msg, ...) in Exynos_Log()
|
/aosp12/system/chre/platform/linux/include/chre/platform/linux/ |
H A D | platform_log.h | 43 void log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | LogcatLog.java | 151 RealLogMessage(int logLevel, String tag, String format) { in RealLogMessage() 155 RealLogMessage(int logLevel, String tag, String format, String prefix) { in RealLogMessage()
|
H A D | SupplicantStaIfaceHal.java | 2596 int logLevel = turnOnVerbose in setLogLevel() local
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerServiceShellCommand.java | 185 final int logLevel = mService.getLogLevel(); in getLogLevel() local 203 final String logLevel = getNextArgRequired(); in setLogLevel() local
|
/aosp12/packages/services/Mms/src/com/android/mms/service/ |
H A D | LogUtil.java | 83 public static boolean isLoggable(final int logLevel) { in isLoggable()
|
/aosp12/packages/services/Car/tools/emulator/ |
H A D | vhal_emulator_test.py | 363 def __init__(self, types, logLevel=20): argument
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | crash_analyzer.c | 145 int logLevel = (evt >> 12) & 0xF; in find_fatal_assert() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ImeInsetsSourceProvider.java | 286 void dumpDebug(ProtoOutputStream proto, long fieldId, @WindowTraceLogLevel int logLevel) { in dumpDebug()
|
H A D | WindowTracing.java | 161 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel()
|
H A D | InsetsSourceProvider.java | 559 void dumpDebug(ProtoOutputStream proto, long fieldId, @WindowTraceLogLevel int logLevel) { in dumpDebug()
|
H A D | ConfigurationContainer.java | 699 @WindowTraceLogLevel int logLevel) { in dumpDebug()
|
H A D | DisplayArea.java | 274 public void dumpDebug(ProtoOutputStream proto, long fieldId, int logLevel) { in dumpDebug()
|
H A D | WindowToken.java | 704 @WindowTraceLogLevel int logLevel) { in dumpDebug()
|
H A D | TaskFragment.java | 2484 @WindowTraceLogLevel int logLevel) { in dumpDebug()
|
H A D | RootWindowContainer.java | 1298 @WindowTraceLogLevel int logLevel) { in dumpDebug()
|
H A D | ActivityRecord.java | 9038 void dumpDebug(ProtoOutputStream proto, @WindowTraceLogLevel int logLevel) { in dumpDebug() 9088 @WindowTraceLogLevel int logLevel) { in dumpDebug()
|
H A D | WindowContainer.java | 2397 @WindowTraceLogLevel int logLevel) { in dumpDebug()
|
/aosp12/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
H A D | SoundTriggerTestService.java | 737 private synchronized void showMessage(String msg, int logLevel, boolean showToast) { in showMessage()
|
/aosp12/system/libvintf/ |
H A D | VintfObject.cpp | 506 auto logLevel = matrixStatus == BAD_VALUE ? base::DEBUG : base::ERROR; in getAllFrameworkMatrixLevels() local
|