Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputManagerCallback.java50 public void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerCallback
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp92 jmethodID notifyInputChannelBroken; member
251 virtual void notifyInputChannelBroken(const sp<IBinder>& token);
743 void NativeInputManager::notifyInputChannelBroken(const sp<IBinder>& token) { in notifyInputChannelBroken() function in android::NativeInputManager
754 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken, in notifyInputChannelBroken()
1846 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1785 private void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerService
1786 mWindowManagerCallbacks.notifyInputChannelBroken(token); in notifyInputChannelBroken()
2047 public void notifyInputChannelBroken(IBinder token); in notifyInputChannelBroken() method
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp113 virtual void notifyInputChannelBroken(const sp<IBinder>&) { in notifyInputChannelBroken() function in android::FakeInputDispatcherPolicy
/frameworks/native/services/inputflinger/
DInputDispatcher.h220 virtual void notifyInputChannelBroken(const sp<IBinder>& token) = 0;
DInputDispatcher.cpp4148 mPolicy->notifyInputChannelBroken(connection->inputChannel->getToken()); in doNotifyInputChannelBrokenLockedInterruptible()