Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h54 virtual void notifyInputChannelBroken(const sp<IBinder>& token) = 0;
/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
253 virtual void notifyInputChannelBroken(const sp<IBinder>& token);
718 void NativeInputManager::notifyInputChannelBroken(const sp<IBinder>& token) { in notifyInputChannelBroken() function in android::NativeInputManager
729 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken, in notifyInputChannelBroken()
1861 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1862 private void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerService
1863 mWindowManagerCallbacks.notifyInputChannelBroken(token); in notifyInputChannelBroken()
2124 public void notifyInputChannelBroken(IBinder token); in notifyInputChannelBroken() method
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp115 virtual void notifyInputChannelBroken(const sp<IBinder>&) { in notifyInputChannelBroken() function in android::inputdispatcher::FakeInputDispatcherPolicy
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4111 mPolicy->notifyInputChannelBroken(connection->inputChannel->getToken()); in doNotifyInputChannelBrokenLockedInterruptible()