Home
last modified time | relevance | path

Searched defs:inputApplicationHandle (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DInputWindowHandle.java41 public InputApplicationHandle inputApplicationHandle; field in InputWindowHandle
145 public InputWindowHandle(InputApplicationHandle inputApplicationHandle, int displayId) { in InputWindowHandle()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_input_InputWindowHandle.cpp52 jfieldID inputApplicationHandle; member
184 std::shared_ptr<InputApplicationHandle> inputApplicationHandle = in updateInfo() local
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp184 FakeWindowHandle(const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in FakeWindowHandle()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.h280 std::shared_ptr<InputApplicationHandle> inputApplicationHandle; member
H A DInputDispatcher.cpp4655 int32_t displayId, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in setFocusedApplication()
4670 int32_t displayId, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in setFocusedApplicationLocked()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp793 JNIEnv* env, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in getInputApplicationHandleObjLocalRef()
804 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in notifyNoFocusedWindowAnr()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp908 FakeWindowHandle(const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in FakeWindowHandle()
946 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in clone()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2745 private void notifyNoFocusedWindowAnr(InputApplicationHandle inputApplicationHandle) { in notifyNoFocusedWindowAnr()