Home
last modified time | relevance | path

Searched defs:inputWindowHandle (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java72 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken()
93 InputWindowHandle inputWindowHandle, String reason) { in notifyANR()
170 private void addInputWindowHandleLw(final InputWindowHandle inputWindowHandle, in addInputWindowHandleLw()
268 final InputWindowHandle inputWindowHandle = child.mInputWindowHandle; in updateInputWindowsLw() local
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp147 const sp<InputWindowHandle>& inputWindowHandle) { in getInputWindowHandleObjLocalRef()
379 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) { in registerInputChannel()
600 const sp<InputWindowHandle>& inputWindowHandle, const String8& reason) { in notifyANR()
628 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken()
932 const sp<InputWindowHandle>& inputWindowHandle, in interceptKeyBeforeDispatching()
967 bool NativeInputManager::dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, in dispatchUnhandledKey()
1154 sp<InputWindowHandle> inputWindowHandle = in nativeRegisterInputChannel() local
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java185 InputWindowHandle inputWindowHandle, boolean monitor); in nativeRegisterInputChannel()
482 InputWindowHandle inputWindowHandle) { in registerInputChannel()
1511 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken()
1517 InputWindowHandle inputWindowHandle, String reason) { in notifyANR()
1701 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); in notifyInputChannelBroken()
1704 InputWindowHandle inputWindowHandle, String reason); in notifyANR()
/frameworks/native/services/inputflinger/
DInputDispatcher.h604 sp<InputWindowHandle> inputWindowHandle; member
816 sp<InputWindowHandle> inputWindowHandle; // may be null variable
DInputDispatcher.cpp1402 sp<InputWindowHandle> inputWindowHandle = touchedWindow.windowHandle; in findTouchedWindowTargetsLocked() local
3341 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) { in registerInputChannel()
4390 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) : in Connection()