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.java68 void notifyAppUnresponsive(InputApplicationHandle applicationHandle, in notifyAppUnresponsive()
DInputManagerCallback.java98 public void notifyNoFocusedWindowAnr(@NonNull InputApplicationHandle applicationHandle) { in notifyNoFocusedWindowAnr()
DWindowManagerService.java8770 final InputApplicationHandle applicationHandle; in grantInputChannel() local
8786 name, applicationHandle, flags, privateFlags, inputFeatures, sanitizedType, in grantInputChannel() local
8824 InputApplicationHandle applicationHandle, int flags, in updateInputChannel()
8886 final InputApplicationHandle applicationHandle; in updateInputChannel() local
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp60 const std::shared_ptr<InputApplicationHandle>& applicationHandle) override { in notifyNoFocusedWindowAnr()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp261 applicationHandle(env, in android_view_InputWindowHandle_fromWindowInfo() local
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3092 const InputApplicationHandle* applicationHandle, const sp<WindowInfoHandle>& windowHandle) { in getApplicationWindowLabel()
5649 const std::shared_ptr<InputApplicationHandle>& applicationHandle = it.second; in dumpDispatchStateLocked() local
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2847 void notifyNoFocusedWindowAnr(InputApplicationHandle applicationHandle); in notifyNoFocusedWindowAnr()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1050 std::shared_ptr<InputApplicationHandle> applicationHandle = in setFocusedApplication() local
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp530 const std::shared_ptr<InputApplicationHandle>& applicationHandle) override { in notifyNoFocusedWindowAnr()