Home
last modified time | relevance | path

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

/frameworks/base/services/input/tests/
DInputDispatcher_test.cpp57 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/java/com/android/server/wm/
DInputMonitor.java71 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputMonitor
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java1289 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputManagerService
1477 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); in notifyInputChannelBroken() method
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp67 jmethodID notifyInputChannelBroken; member
581 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() function in android::NativeInputManager