Home
last modified time | relevance | path

Searched defs:notifyInputChannelBroken (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp61 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>&) { in notifyInputChannelBroken() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java81 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputMonitor
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp74 jmethodID notifyInputChannelBroken; member
625 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() function in android::NativeInputManager
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1843 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputManagerService
2033 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); in notifyInputChannelBroken() method