Searched defs:inputWindowHandle (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 199 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() 220 InputWindowHandle inputWindowHandle, String reason) { in notifyANR() 300 void addInputWindowHandle(final InputWindowHandle inputWindowHandle, in addInputWindowHandle() 640 final InputWindowHandle inputWindowHandle = w.mInputWindowHandle; in accept() local
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 148 const sp<InputWindowHandle>& inputWindowHandle) { in getInputWindowHandleObjLocalRef() 437 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) { in registerInputChannel() 647 const sp<InputWindowHandle>& inputWindowHandle, const String8& reason) { in notifyANR() 675 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() 1019 const sp<InputWindowHandle>& inputWindowHandle, in interceptKeyBeforeDispatching() 1054 bool NativeInputManager::dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, in dispatchUnhandledKey() 1304 sp<InputWindowHandle> inputWindowHandle = in nativeRegisterInputChannel() local
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 210 InputWindowHandle inputWindowHandle, boolean monitor); in nativeRegisterInputChannel() 529 InputWindowHandle inputWindowHandle) { in registerInputChannel() 1887 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() 1893 InputWindowHandle inputWindowHandle, String reason) { in notifyANR() 2077 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); in notifyInputChannelBroken() 2080 InputWindowHandle inputWindowHandle, String reason); in notifyANR()
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.h | 604 sp<InputWindowHandle> inputWindowHandle; member 816 sp<InputWindowHandle> inputWindowHandle; // may be null variable
|
D | InputDispatcher.cpp | 1405 sp<InputWindowHandle> inputWindowHandle = touchedWindow.windowHandle; in findTouchedWindowTargetsLocked() local 3344 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) { in registerInputChannel() 4393 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) : in Connection()
|