Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputWindowHandle.java40 public InputApplicationHandle inputApplicationHandle; field in InputWindowHandle
127 public InputWindowHandle(InputApplicationHandle inputApplicationHandle, int displayId) { in InputWindowHandle()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp45 jfieldID inputApplicationHandle; member
172 std::shared_ptr<InputApplicationHandle> inputApplicationHandle = in updateInfo() local
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp181 FakeWindowHandle(const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in FakeWindowHandle()
/frameworks/native/services/inputflinger/dispatcher/
DEntry.h278 std::shared_ptr<InputApplicationHandle> inputApplicationHandle; member
DInputDispatcher.cpp4614 int32_t displayId, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in setFocusedApplication()
4629 int32_t displayId, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in setFocusedApplicationLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp792 JNIEnv* env, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in getInputApplicationHandleObjLocalRef()
803 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in notifyNoFocusedWindowAnr()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2729 private void notifyNoFocusedWindowAnr(InputApplicationHandle inputApplicationHandle) { in notifyNoFocusedWindowAnr()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp900 FakeWindowHandle(const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in FakeWindowHandle()