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.java77 public void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerCallback
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp372 void FakeInputDispatcherPolicy::notifyInputChannelBroken(const sp<IBinder>& connectionToken) { in notifyInputChannelBroken() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2294 private void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerService
2720 void notifyInputChannelBroken(IBinder token); in notifyInputChannelBroken() method
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp110 jmethodID notifyInputChannelBroken; member
1015 void NativeInputManager::notifyInputChannelBroken(const sp<IBinder>& token) { in notifyInputChannelBroken() function in android::NativeInputManager