Home
last modified time | relevance | path

Searched defs:notifyInputChannelBroken (Results 1 – 5 of 5) sorted by relevance

/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/java/com/android/server/input/
H A DInputManagerService.java2715 private void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerService
3096 void notifyInputChannelBroken(IBinder token); in notifyInputChannelBroken() method
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp100 jmethodID notifyInputChannelBroken; member
883 void NativeInputManager::notifyInputChannelBroken(const sp<IBinder>& token) { in notifyInputChannelBroken() function in android::NativeInputManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp341 void notifyInputChannelBroken(const sp<IBinder>&) override {} in notifyInputChannelBroken() function in android::inputdispatcher::FakeInputDispatcherPolicy