Home
last modified time | relevance | path

Searched defs:applicationHandle (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAnrController.java63 void notifyAppUnresponsive(InputApplicationHandle applicationHandle, String reason) { in notifyAppUnresponsive()
DInputManagerCallback.java97 public void notifyNoFocusedWindowAnr(@NonNull InputApplicationHandle applicationHandle) { in notifyNoFocusedWindowAnr()
DWindowManagerService.java8737 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/
Dandroid_hardware_input_InputWindowHandle.cpp251 applicationHandle(env, in android_view_InputWindowHandle_fromWindowInfo() local
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp60 const std::shared_ptr<InputApplicationHandle>& applicationHandle) override { in notifyNoFocusedWindowAnr()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2822 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/
DInputManagerService.java3338 void notifyNoFocusedWindowAnr(InputApplicationHandle applicationHandle); in notifyNoFocusedWindowAnr()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp993 std::shared_ptr<InputApplicationHandle> applicationHandle = in setFocusedApplication() local
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp406 const std::shared_ptr<InputApplicationHandle>& applicationHandle) override { in notifyNoFocusedWindowAnr()