Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderMemoryLogger.java36 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 Dlog.h32 #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 Dlog_message_parser_base.h90 enum LogLevel logLevel; member
97 enum LogLevel logLevel; member
/aosp12/system/chre/platform/shared/
H A Dlog_buffer_manager.cc102 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
109 void LogBufferManager::logVa(chreLogLevel logLevel, const char *formatStr, in logVa()
H A Dlog_buffer.cc34 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 DExynos_log.c29 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 Dplatform_log.h43 void log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DLogcatLog.java151 RealLogMessage(int logLevel, String tag, String format) { in RealLogMessage()
155 RealLogMessage(int logLevel, String tag, String format, String prefix) { in RealLogMessage()
H A DSupplicantStaIfaceHal.java2596 int logLevel = turnOnVerbose in setLogLevel() local
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java185 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 DLogUtil.java83 public static boolean isLoggable(final int logLevel) { in isLoggable()
/aosp12/packages/services/Car/tools/emulator/
H A Dvhal_emulator_test.py363 def __init__(self, types, logLevel=20): argument
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dcrash_analyzer.c145 int logLevel = (evt >> 12) & 0xF; in find_fatal_assert() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DImeInsetsSourceProvider.java286 void dumpDebug(ProtoOutputStream proto, long fieldId, @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DWindowTracing.java161 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel()
H A DInsetsSourceProvider.java559 void dumpDebug(ProtoOutputStream proto, long fieldId, @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DConfigurationContainer.java699 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DDisplayArea.java274 public void dumpDebug(ProtoOutputStream proto, long fieldId, int logLevel) { in dumpDebug()
H A DWindowToken.java704 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DTaskFragment.java2484 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DRootWindowContainer.java1298 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DActivityRecord.java9038 void dumpDebug(ProtoOutputStream proto, @WindowTraceLogLevel int logLevel) { in dumpDebug()
9088 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DWindowContainer.java2397 @WindowTraceLogLevel int logLevel) { in dumpDebug()
/aosp12/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java737 private synchronized void showMessage(String msg, int logLevel, boolean showToast) { in showMessage()
/aosp12/system/libvintf/
H A DVintfObject.cpp506 auto logLevel = matrixStatus == BAD_VALUE ? base::DEBUG : base::ERROR; in getAllFrameworkMatrixLevels() local

12