Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java77 public void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerCallback
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2384 private void notifyInputChannelBroken(IBinder token) { in notifyInputChannelBroken() method in InputManagerService
2841 void notifyInputChannelBroken(IBinder token); in notifyInputChannelBroken() method
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp103 jmethodID notifyInputChannelBroken; member
925 void NativeInputManager::notifyInputChannelBroken(const sp<IBinder>& token) { in notifyInputChannelBroken() function in android::NativeInputManager