Searched refs:applicationHandle (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AnrController.java | 68 void notifyAppUnresponsive(InputApplicationHandle applicationHandle, in notifyAppUnresponsive() argument 82 activity = ActivityRecord.forTokenLocked(applicationHandle.token); in notifyAppUnresponsive() 84 Slog.e(TAG_WM, "Unknown app appToken:" + applicationHandle.name in notifyAppUnresponsive() 88 Slog.d(TAG_WM, "App is in stopped state:" + applicationHandle.name in notifyAppUnresponsive()
|
D | InputManagerCallback.java | 98 public void notifyNoFocusedWindowAnr(@NonNull InputApplicationHandle applicationHandle) { in notifyNoFocusedWindowAnr() argument 101 mService.mAnrController.notifyAppUnresponsive(applicationHandle, timeoutRecord); in notifyNoFocusedWindowAnr()
|
D | WindowManagerService.java | 9210 final InputApplicationHandle applicationHandle; in grantInputChannel() local 9222 applicationHandle = win.getApplicationHandle(); in grantInputChannel() 9227 name, applicationHandle, flags, privateFlags, inputFeatures, sanitizedType, in grantInputChannel() local 9263 InputApplicationHandle applicationHandle, int flags, in updateInputChannel() argument 9265 final InputWindowHandle h = new InputWindowHandle(applicationHandle, displayId); in updateInputChannel() 9324 final InputApplicationHandle applicationHandle; in updateInputChannel() local 9334 applicationHandle = win.getApplicationHandle(); in updateInputChannel() 9339 applicationHandle, flags, privateFlags, inputFeatures, win.mWindowType, region, in updateInputChannel()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 259 applicationHandle(env, in android_view_InputWindowHandle_fromWindowInfo() local 265 applicationHandle.get(), windowInfo.displayId); in android_view_InputWindowHandle_fromWindowInfo()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputDispatcherPolicy.cpp | 366 const std::shared_ptr<InputApplicationHandle>& applicationHandle) { in notifyNoFocusedWindowAnr() argument 368 mAnrApplications.push(applicationHandle); in notifyNoFocusedWindowAnr()
|
D | FakeInputDispatcherPolicy.h | 182 const std::shared_ptr<InputApplicationHandle>& applicationHandle) override;
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 3257 const InputApplicationHandle* applicationHandle, const sp<WindowInfoHandle>& windowHandle) { in getApplicationWindowLabel() argument 3258 if (applicationHandle != nullptr) { in getApplicationWindowLabel() 3260 return applicationHandle->getName() + " - " + windowHandle->getName(); in getApplicationWindowLabel() 3262 return applicationHandle->getName(); in getApplicationWindowLabel() 5905 const std::shared_ptr<InputApplicationHandle>& applicationHandle = it.second; in dumpDispatchStateLocked() local 5907 applicationHandle->getDispatchingTimeout(DEFAULT_INPUT_DISPATCHING_TIMEOUT); in dumpDispatchStateLocked() 5910 displayId.toString().c_str(), applicationHandle->getName().c_str(), in dumpDispatchStateLocked()
|
D | InputDispatcher.h | 589 std::string getApplicationWindowLabel(const InputApplicationHandle* applicationHandle,
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1125 std::shared_ptr<InputApplicationHandle> applicationHandle = in setFocusedApplication() local 1127 applicationHandle->updateInfo(); in setFocusedApplication() 1128 mInputManager->getDispatcher().setFocusedApplication(displayId, applicationHandle); in setFocusedApplication()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2726 void notifyNoFocusedWindowAnr(InputApplicationHandle applicationHandle); in notifyNoFocusedWindowAnr() argument
|