Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCameraAccessException.java112 super(getDefaultMessage(problem)); in CameraAccessException()
113 mReason = problem; in CameraAccessException()
117 super(getCombinedMessage(problem, message)); in CameraAccessException()
118 mReason = problem; in CameraAccessException()
123 mReason = problem; in CameraAccessException()
127 super(getDefaultMessage(problem), cause); in CameraAccessException()
128 mReason = problem; in CameraAccessException()
135 switch (problem) { in getDefaultMessage()
156 String problemString = getProblemString(problem); in getCombinedMessage()
160 private static String getProblemString(int problem) { in getProblemString() argument
[all …]
/aosp14/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java235 problem("ACTION_UP but key was not down."); in onKeyEvent()
244 problem("Invalid action " + KeyEvent.actionToString(action) in onKeyEvent()
276 problem("ACTION_DOWN but trackball is already down."); in onTrackballEvent()
286 problem("ACTION_UP but trackball is not down."); in onTrackballEvent()
306 problem("Trackball is up but pressure is not equal to 0."); in onTrackballEvent()
309 problem("Source was not SOURCE_CLASS_TRACKBALL."); in onTrackballEvent()
383 problem("ACTION_MOVE contained " + pointerCount in onTouchEvent()
451 problem("Source was not SOURCE_CLASS_POINTER."); in onTouchEvent()
556 problem("Invalid action for generic pointer event."); in onGenericMotionEvent()
565 problem("Invalid action for generic joystick event."); in onGenericMotionEvent()
[all …]
/aosp14/system/core/diagnose_usb/
H A Ddiagnose_usb.cpp86 std::string problem(GetUdevProblem()); in UsbNoPermissionsShortHelpText() local
87 if (!problem.empty()) help_text += " (" + problem + ")"; in UsbNoPermissionsShortHelpText()
99 std::string problem(GetUdevProblem()); in UsbNoPermissionsLongHelpText() local
100 if (!problem.empty()) header += ": " + problem; in UsbNoPermissionsLongHelpText()
/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DProtoLogTool.kt139 val problem = ex.problems.first() regex
142 ParsingContext(fileName, problem.location.orElse(null)
/aosp14/system/core/fs_mgr/libfiemap/
H A DREADME.md36 We break the problem down into three scenarios.
/aosp14/frameworks/base/tools/orientationplot/
H A DREADME.txt73 greatly exceeds 60ms then there is a problem with the accelerometer or the
/aosp14/frameworks/base/core/proto/android/service/
H A Dpackage.proto63 // Messages from the settings problem file
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DREADME.md114 multi-package install session. If a problem with one of the included packages is
118 If there is a problem enabling rollback for any package in the multi-package
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBLASTSync.md3 Both of them are used to solve subclasses of this category of problem:
165 "problem" to BLASTBufferQueue transaction ordering. Namely, earlier state updates which were
/aosp14/frameworks/base/libs/hwui/
H A DAndroid.bp56 // a problem
/aosp14/frameworks/base/proto/src/
H A Dsystem_messages.proto54 // Notify the user of a problem with a plugin (dev devices only).
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DREADME.md98 These problems effectively meant that misallocation was a big problem, demand wasn't well reflected,
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60308 Landroid/view/InputEventConsistencyVerifier;->problem(Ljava/lang/String;)V