Searched refs:notifyInputChannelBroken (Results 1 – 6 of 6) sorted by relevance
50 public void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerCallback
92 jmethodID notifyInputChannelBroken; member251 virtual void notifyInputChannelBroken(const sp<IBinder>& token);743 void NativeInputManager::notifyInputChannelBroken(const sp<IBinder>& token) { in notifyInputChannelBroken() function in android::NativeInputManager754 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken, in notifyInputChannelBroken()1846 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz, in register_android_server_InputManager()
1785 private void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerService1786 mWindowManagerCallbacks.notifyInputChannelBroken(token); in notifyInputChannelBroken()2047 public void notifyInputChannelBroken(IBinder token); in notifyInputChannelBroken() method
113 virtual void notifyInputChannelBroken(const sp<IBinder>&) { in notifyInputChannelBroken() function in android::FakeInputDispatcherPolicy
220 virtual void notifyInputChannelBroken(const sp<IBinder>& token) = 0;
4148 mPolicy->notifyInputChannelBroken(connection->inputChannel->getToken()); in doNotifyInputChannelBrokenLockedInterruptible()