Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputManagerCallback.java50 public void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerCallback
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp113 virtual void notifyInputChannelBroken(const sp<IBinder>&) { in notifyInputChannelBroken() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1785 private void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerService
2047 public void notifyInputChannelBroken(IBinder token); in notifyInputChannelBroken() method
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp92 jmethodID notifyInputChannelBroken; member
743 void NativeInputManager::notifyInputChannelBroken(const sp<IBinder>& token) { in notifyInputChannelBroken() function in android::NativeInputManager