Searched defs:applicationHandle (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AnrController.java | 63 void notifyAppUnresponsive(InputApplicationHandle applicationHandle, String reason) { in notifyAppUnresponsive()
|
D | InputManagerCallback.java | 97 public void notifyNoFocusedWindowAnr(@NonNull InputApplicationHandle applicationHandle) { in notifyNoFocusedWindowAnr()
|
D | WindowManagerService.java | 8737 final InputApplicationHandle applicationHandle; in grantInputChannel() local 8752 name, applicationHandle, flags, privateFlags, type, null /* region */, window); in grantInputChannel() local 8759 InputApplicationHandle applicationHandle, int flags, in updateInputChannel() 8814 final InputApplicationHandle applicationHandle; in updateInputChannel() local
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 251 applicationHandle(env, in android_view_InputWindowHandle_fromWindowInfo() local
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 60 const std::shared_ptr<InputApplicationHandle>& applicationHandle) override { in notifyNoFocusedWindowAnr()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2822 const InputApplicationHandle* applicationHandle, const sp<WindowInfoHandle>& windowHandle) { in getApplicationWindowLabel() 5243 const std::shared_ptr<InputApplicationHandle>& applicationHandle = it.second; in dumpDispatchStateLocked() local
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 3338 void notifyNoFocusedWindowAnr(InputApplicationHandle applicationHandle); in notifyNoFocusedWindowAnr()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 993 std::shared_ptr<InputApplicationHandle> applicationHandle = in setFocusedApplication() local
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 406 const std::shared_ptr<InputApplicationHandle>& applicationHandle) override { in notifyNoFocusedWindowAnr()
|