Home
last modified time | relevance | path

Searched refs:windowHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp520 sp<InputWindowHandle> windowHandle = mWindowHandles.itemAt(i); in findTouchedWindowAtLocked() local
521 const InputWindowInfo* windowInfo = windowHandle->getInfo(); in findTouchedWindowAtLocked()
531 return windowHandle; in findTouchedWindowAtLocked()
988 const sp<InputWindowHandle>& windowHandle, in handleTargetsNotReadyLocked() argument
990 if (applicationHandle == NULL && windowHandle == NULL) { in handleTargetsNotReadyLocked()
1005 getApplicationWindowLabelLocked(applicationHandle, windowHandle).c_str(), in handleTargetsNotReadyLocked()
1009 if (windowHandle != NULL) { in handleTargetsNotReadyLocked()
1010 timeout = windowHandle->getDispatchingTimeout(DEFAULT_INPUT_DISPATCHING_TIMEOUT); in handleTargetsNotReadyLocked()
1024 if (windowHandle != NULL) { in handleTargetsNotReadyLocked()
1025 mInputTargetWaitApplicationHandle = windowHandle->inputApplicationHandle; in handleTargetsNotReadyLocked()
[all …]
DInputDispatcher.h958 bool hasWindowHandleLocked(const sp<InputWindowHandle>& windowHandle) const;
965 sp<InputWindowHandle> windowHandle; member
981 void addOrUpdateWindow(const sp<InputWindowHandle>& windowHandle,
983 void removeWindow(const sp<InputWindowHandle>& windowHandle);
1034 const sp<InputWindowHandle>& windowHandle,
1047 void addWindowTargetLocked(const sp<InputWindowHandle>& windowHandle,
1052 bool checkInjectionPermission(const sp<InputWindowHandle>& windowHandle,
1054 bool isWindowObscuredAtPointLocked(const sp<InputWindowHandle>& windowHandle,
1056 bool isWindowObscuredLocked(const sp<InputWindowHandle>& windowHandle) const;
1058 const sp<InputWindowHandle>& windowHandle);
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java298 private void addInputWindowHandle(final InputWindowHandle windowHandle) { in addInputWindowHandle() argument
306 mInputWindowHandles[mInputWindowHandleCount++] = windowHandle; in addInputWindowHandle()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp750 sp<InputWindowHandle> windowHandle = in setInputWindows() local
752 if (windowHandle != NULL) { in setInputWindows()
753 windowHandles.push(windowHandle); in setInputWindows()
765 const sp<InputWindowHandle>& windowHandle = windowHandles.itemAt(i); in setInputWindows() local
766 const InputWindowInfo* windowInfo = windowHandle->getInfo(); in setInputWindows()