Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputManagerCallback.java82 public void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerCallback
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp56 virtual void notifyInputChannelBroken(const sp<IBinder>&) override {} in notifyInputChannelBroken() function in android::inputdispatcher::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp90 jmethodID notifyInputChannelBroken; member
724 void NativeInputManager::notifyInputChannelBroken(const sp<IBinder>& token) { in notifyInputChannelBroken() function in android::NativeInputManager
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1943 private void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerService
2212 public void notifyInputChannelBroken(IBinder token); in notifyInputChannelBroken() method
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp210 virtual void notifyInputChannelBroken(const sp<IBinder>&) override {} in notifyInputChannelBroken() function in android::inputdispatcher::FakeInputDispatcherPolicy