Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAnrController.java219 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid) { in notifyWindowResponsive() method in AnrController
237 private boolean notifyWindowResponsive(@NonNull IBinder inputToken) { in notifyWindowResponsive() method in AnrController
253 private void notifyWindowResponsive(int pid) { in notifyWindowResponsive() method in AnrController
H A DInputManagerCallback.java113 public void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid) { in notifyWindowResponsive() method in InputManagerCallback
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2421 private void notifyWindowResponsive(IBinder token, int pid, boolean isPidValid) { in notifyWindowResponsive() method in InputManagerService
2865 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid); in notifyWindowResponsive() method
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp106 jmethodID notifyWindowResponsive; member
908 void NativeInputManager::notifyWindowResponsive(const sp<IBinder>& token, in notifyWindowResponsive() function in android::NativeInputManager