Home
last modified time | relevance | path

Searched refs:notifyInputChannelBroken (Results 1 – 6 of 6) 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/jni/
Dcom_android_server_input_InputManagerService.cpp75 jmethodID notifyInputChannelBroken; member
234 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
675 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() function in android::NativeInputManager
685 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken, in notifyInputChannelBroken()
1664 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java199 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputMonitor
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1887 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputManagerService
1888 mWindowManagerCallbacks.notifyInputChannelBroken(inputWindowHandle); in notifyInputChannelBroken()
2077 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); in notifyInputChannelBroken() method
/frameworks/native/services/inputflinger/
DInputDispatcher.h215 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
DInputDispatcher.cpp3512 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle); in doNotifyInputChannelBrokenLockedInterruptible()