Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputWindowHandle.java76 public InputApplicationHandle inputApplicationHandle; field in InputWindowHandle
167 public InputWindowHandle(InputApplicationHandle inputApplicationHandle, int displayId) { in InputWindowHandle()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp54 jfieldID inputApplicationHandle; member
177 std::shared_ptr<InputApplicationHandle> inputApplicationHandle = in updateInfo() local
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp178 FakeWindowHandle(const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in FakeWindowHandle()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp803 JNIEnv* env, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in getInputApplicationHandleObjLocalRef()
814 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in notifyNoFocusedWindowAnr()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4822 int32_t displayId, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in setFocusedApplication()
4837 int32_t displayId, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in setFocusedApplicationLocked()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp993 FakeWindowHandle(const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in FakeWindowHandle()
1027 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in clone()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2951 private void notifyNoFocusedWindowAnr(InputApplicationHandle inputApplicationHandle) { in notifyNoFocusedWindowAnr()