Home
last modified time | relevance | path

Searched refs:notifyInputChannelBroken (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/input/tests/
DInputDispatcher_test.cpp58 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp68 jmethodID notifyInputChannelBroken; member
197 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
586 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() function in android::NativeInputManager
596 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken, in notifyInputChannelBroken()
1382 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz, in register_android_server_InputManager()
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java1290 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputManagerService
1291 mWindowManagerCallbacks.notifyInputChannelBroken(inputWindowHandle); in notifyInputChannelBroken()
1479 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); in notifyInputChannelBroken() method
/frameworks/base/services/java/com/android/server/wm/
DInputMonitor.java70 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputMonitor
/frameworks/base/services/input/
DInputDispatcher.h209 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
DInputDispatcher.cpp3429 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle); in doNotifyInputChannelBrokenLockedInterruptible()