Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Dsllog.cpp35 SL_API void SLAPIENTRY slAndroidSetLogLevel(SLAndroidLogLevel logLevel)
38 if (logLevel > SLAndroidLogLevel_Error)
39 logLevel = SLAndroidLogLevel_Error;
40 slLogLevel = logLevel;
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java185 final int logLevel = mService.getLogLevel(); in getLogLevel() local
186 switch (logLevel) { in getLogLevel()
197 pw.println("unknow (" + logLevel + ")"); in getLogLevel()
203 final String logLevel = getNextArgRequired(); in setLogLevel() local
204 switch (logLevel.toLowerCase()) { in setLogLevel()
215 pw.println("Invalid level: " + logLevel); in setLogLevel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
DToastLogger.kt62 logLevel: LogLevel, in log()
66 buffer.log(TAG, logLevel, initializer, printer) in log()
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DViewerConfigBuilder.kt93 writer.value(value.logLevel.name) in <lambda>()
118 val logLevel: LogLevel, in <lambda>() constant in com.android.protolog.tool.ViewerConfigBuilder.LogCall
122 fun key() = CodeUtils.hash(position, messageString, logLevel, logGroup) in <lambda>()
DCodeUtils.kt30 fun hash(position: String, messageString: String, logLevel: LogLevel, logGroup: LogGroup): Int { in <lambda>()
31 return (position + messageString + logLevel.name + logGroup.name) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeWindowLogger.kt53 logLevel: LogLevel, in <lambda>()
57 buffer.log(TAG, logLevel, initializer, printer) in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java161 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel() argument
162 logAndPrintln(pw, "Setting window tracing log level to " + logLevel); in setLogLevel()
163 mLogLevel = logLevel; in setLogLevel()
165 switch (logLevel) { in setLogLevel()
DConfigurationContainer.java690 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument
693 if (logLevel == WindowTraceLogLevel.ALL || mHasOverrideConfiguration) { in dumpDebug()
695 logLevel == WindowTraceLogLevel.CRITICAL); in dumpDebug()
700 if (logLevel == WindowTraceLogLevel.ALL) { in dumpDebug()
706 if (logLevel == WindowTraceLogLevel.TRIM) { in dumpDebug()
DInputTarget.java69 @WindowTraceLogLevel int logLevel); in dumpProto() argument
DImeInsetsSourceProvider.java299 void dumpDebug(ProtoOutputStream proto, long fieldId, @WindowTraceLogLevel int logLevel) { in dumpDebug() argument
301 super.dumpDebug(proto, INSETS_SOURCE_PROVIDER, logLevel); in dumpDebug()
305 imeRequesterWindow.dumpDebug(proto, IME_TARGET_FROM_IME, logLevel); in dumpDebug()
DInsetsSourceProvider.java627 void dumpDebug(ProtoOutputStream proto, long fieldId, @WindowTraceLogLevel int logLevel) { in dumpDebug() argument
636 mControlTarget.getWindow().dumpDebug(proto, CONTROL_TARGET, logLevel); in dumpDebug()
639 mPendingControlTarget.getWindow().dumpDebug(proto, PENDING_CONTROL_TARGET, logLevel); in dumpDebug()
642 mFakeControlTarget.getWindow().dumpDebug(proto, FAKE_CONTROL_TARGET, logLevel); in dumpDebug()
DWindowToken.java685 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument
686 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug()
691 super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); in dumpDebug()
DDisplayArea.java350 public void dumpDebug(ProtoOutputStream proto, long fieldId, int logLevel) { in dumpDebug() argument
351 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug()
356 super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); in dumpDebug()
DEmbeddedWindowController.java359 @WindowTraceLogLevel int logLevel) { in dumpProto() argument
DDisplayContent.java3421 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument
3423 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug()
3428 super.dumpDebug(proto, ROOT_DISPLAY_AREA, logLevel); in dumpDebug()
3473 mImeLayeringTarget.dumpDebug(proto, INPUT_METHOD_TARGET, logLevel); in dumpDebug()
3476 mImeInputTarget.dumpProto(proto, INPUT_METHOD_INPUT_TARGET, logLevel); in dumpDebug()
3481 logLevel); in dumpDebug()
3484 mCurrentFocus.dumpDebug(proto, CURRENT_FOCUS, logLevel); in dumpDebug()
3492 INSETS_SOURCE_PROVIDERS, logLevel); in dumpDebug()
DTaskFragment.java3014 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument
3015 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug()
3021 super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); in dumpDebug()
DWindowContainer.java2673 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument
2675 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible) { in dumpDebug()
2680 super.dumpDebug(proto, CONFIGURATION_CONTAINER, logLevel); in dumpDebug()
2695 child.dumpDebug(proto, child.getProtoFieldId(), logLevel); in dumpDebug()
DWindowState.java4245 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument
4247 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible) { in dumpDebug()
4252 super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); in dumpDebug()
6328 @WindowTraceLogLevel int logLevel) { in dumpProto() argument
6329 dumpDebug(proto, fieldId, logLevel); in dumpProto()
DRootWindowContainer.java1207 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument
1208 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug()
1213 super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); in dumpDebug()
DActivityRecord.java10027 void dumpDebug(ProtoOutputStream proto, @WindowTraceLogLevel int logLevel) {
10029 super.dumpDebug(proto, WINDOW_TOKEN, logLevel);
10079 @WindowTraceLogLevel int logLevel) {
10081 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) {
10086 dumpDebug(proto, logLevel);
DTask.java6237 @WindowTraceLogLevel int logLevel) {
6238 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) {
6273 super.dumpDebug(proto, TASK_FRAGMENT, logLevel);
DWindowManagerService.java6640 void dumpDebugLocked(ProtoOutputStream proto, @WindowTraceLogLevel int logLevel) { in dumpDebugLocked() argument
6642 mRoot.dumpDebug(proto, ROOT_WINDOW_CONTAINER, logLevel); in dumpDebugLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/logging/
DPrivacyLogger.kt155 logLevel: LogLevel, in log()
159 buffer.log(TAG, logLevel, initializer, printer) in log()
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/
DBroadcastDispatcherLogger.kt155 logLevel: LogLevel, in log()
159 buffer.log(TAG, logLevel, initializer, printer) in log()
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestService.java793 private synchronized void showMessage(String msg, int logLevel, boolean showToast) { in showMessage() argument
794 Log.println(logLevel, TAG, msg); in showMessage()