Searched refs:notifyInputChannelBroken (Results 1 – 6 of 6) sorted by relevance
58 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() function in android::FakeInputDispatcherPolicy
68 jmethodID notifyInputChannelBroken; member197 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);586 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken() function in android::NativeInputManager596 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken, in notifyInputChannelBroken()1382 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz, in register_android_server_InputManager()
1290 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputManagerService1291 mWindowManagerCallbacks.notifyInputChannelBroken(inputWindowHandle); in notifyInputChannelBroken()1479 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); in notifyInputChannelBroken() method
70 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken() method in InputMonitor
209 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
3429 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle); in doNotifyInputChannelBrokenLockedInterruptible()