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.java76 public void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerCallback
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp72 void notifyInputChannelBroken(const sp<IBinder>&) override {} in notifyInputChannelBroken() function in android::inputdispatcher::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2912 private void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerService
3332 void notifyInputChannelBroken(IBinder token); in notifyInputChannelBroken() method
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp95 jmethodID notifyInputChannelBroken; member
867 void NativeInputManager::notifyInputChannelBroken(const sp<IBinder>& token) { in notifyInputChannelBroken() function in android::NativeInputManager
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp412 void notifyInputChannelBroken(const sp<IBinder>& connectionToken) override { in notifyInputChannelBroken() function in android::inputdispatcher::FakeInputDispatcherPolicy