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.java208 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken()
229 InputWindowHandle inputWindowHandle, String reason) { in notifyANR()
309 void addInputWindowHandle(final InputWindowHandle inputWindowHandle, in addInputWindowHandle()
653 final InputWindowHandle inputWindowHandle = w.mInputWindowHandle; in accept() local
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp155 const sp<InputWindowHandle>& inputWindowHandle) { in getInputWindowHandleObjLocalRef()
453 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) { in registerInputChannel()
674 const sp<InputWindowHandle>& inputWindowHandle, const std::string& reason) { in notifyANR()
703 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken()
1071 const sp<InputWindowHandle>& inputWindowHandle, in interceptKeyBeforeDispatching()
1107 bool NativeInputManager::dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, in dispatchUnhandledKey()
1363 sp<InputWindowHandle> inputWindowHandle = in nativeRegisterInputChannel() local
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java208 InputWindowHandle inputWindowHandle, boolean monitor); in nativeRegisterInputChannel()
530 InputWindowHandle inputWindowHandle) { in registerInputChannel()
1813 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken()
1819 InputWindowHandle inputWindowHandle, String reason) { in notifyANR()
2003 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); in notifyInputChannelBroken()
2006 InputWindowHandle inputWindowHandle, String reason); in notifyANR()
/frameworks/native/services/inputflinger/
DInputDispatcher.h603 sp<InputWindowHandle> inputWindowHandle; member
815 sp<InputWindowHandle> inputWindowHandle; // may be null variable
DInputDispatcher.cpp1440 sp<InputWindowHandle> inputWindowHandle = touchedWindow.windowHandle; in findTouchedWindowTargetsLocked() local
3401 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) { in registerInputChannel()
4454 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) : in Connection()