Searched refs:notifyInputChannelBroken (Results 1 – 6 of 6) sorted by relevance
61 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() function in android::FakeInputDispatcherPolicy
70 jmethodID notifyInputChannelBroken; member215 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);604 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() function in android::NativeInputManager614 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken, in notifyInputChannelBroken()1435 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz, in register_android_server_InputManager()
72 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputMonitor
1425 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputManagerService1426 mWindowManagerCallbacks.notifyInputChannelBroken(inputWindowHandle); in notifyInputChannelBroken()1615 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); in notifyInputChannelBroken() method
209 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
3455 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle); in doNotifyInputChannelBrokenLockedInterruptible()