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