Searched refs:notifyWindowResponsive (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AnrController.java | 219 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid) { in notifyWindowResponsive() method in AnrController 220 if (notifyWindowResponsive(token)) { in notifyWindowResponsive() 227 notifyWindowResponsive(pid.getAsInt()); in notifyWindowResponsive() 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 D | InputManagerCallback.java | 113 public void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid) { in notifyWindowResponsive() method in InputManagerCallback 114 mService.mAnrController.notifyWindowResponsive(token, pid); in notifyWindowResponsive()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 106 jmethodID notifyWindowResponsive; member 337 void notifyWindowResponsive(const sp<IBinder>& token, std::optional<gui::Pid> pid) override; 908 void NativeInputManager::notifyWindowResponsive(const sp<IBinder>& token, in notifyWindowResponsive() function in android::NativeInputManager 920 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyWindowResponsive, tokenObj, in notifyWindowResponsive() 2767 GET_METHOD_ID(gServiceClassInfo.notifyWindowResponsive, clazz, "notifyWindowResponsive", in register_android_server_InputManager()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2421 private void notifyWindowResponsive(IBinder token, int pid, boolean isPidValid) { in notifyWindowResponsive() method in InputManagerService 2422 mWindowManagerCallbacks.notifyWindowResponsive(token, in notifyWindowResponsive() 2865 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid); in notifyWindowResponsive() method
|