Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherPolicyInterface.h80 virtual void notifyInputChannelBroken(const sp<IBinder>& token) = 0;
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java71 public void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerCallback
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp76 void notifyInputChannelBroken(const sp<IBinder>&) override {} in notifyInputChannelBroken() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp100 jmethodID notifyInputChannelBroken; member
319 void notifyInputChannelBroken(const sp<IBinder>& token) override;
883 void NativeInputManager::notifyInputChannelBroken(const sp<IBinder>& token) { in notifyInputChannelBroken() function in android::NativeInputManager
894 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken, in notifyInputChannelBroken()
2393 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz, in register_android_server_InputManager()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2715 private void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerService
2716 mWindowManagerCallbacks.notifyInputChannelBroken(token); in notifyInputChannelBroken()
3096 void notifyInputChannelBroken(IBinder token); in notifyInputChannelBroken() method
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp341 void notifyInputChannelBroken(const sp<IBinder>&) override {} in notifyInputChannelBroken() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp5642 mPolicy->notifyInputChannelBroken(connection->inputChannel->getConnectionToken()); in doNotifyInputChannelBrokenLockedInterruptible()
/aosp12/frameworks/base/services/
H A Dart-profile19543 PLcom/android/server/input/InputManagerService;->notifyInputChannelBroken(Landroid/os/IBinder;)V
46553 PLcom/android/server/wm/InputManagerCallback;->notifyInputChannelBroken(Landroid/os/IBinder;)V