Searched refs:notifyWindowResponsive (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
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
|
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()
|
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 67 virtual void notifyWindowResponsive(const sp<IBinder>& token, std::optional<gui::Pid> pid) = 0;
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputDispatcherPolicy.h | 179 void notifyWindowResponsive(const sp<IBinder>& connectionToken,
|
D | FakeInputDispatcherPolicy.cpp | 358 void FakeInputDispatcherPolicy::notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive() function in android::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 113 jmethodID notifyWindowResponsive; member 339 void notifyWindowResponsive(const sp<IBinder>& token, std::optional<gui::Pid> pid) override; 998 void NativeInputManager::notifyWindowResponsive(const sp<IBinder>& token, in notifyWindowResponsive() function in android::NativeInputManager 1010 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyWindowResponsive, tokenObj, in notifyWindowResponsive() 2907 GET_METHOD_ID(gServiceClassInfo.notifyWindowResponsive, clazz, "notifyWindowResponsive", in register_android_server_InputManager()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2331 private void notifyWindowResponsive(IBinder token, int pid, boolean isPidValid) { in notifyWindowResponsive() method in InputManagerService 2332 mWindowManagerCallbacks.notifyWindowResponsive(token, in notifyWindowResponsive() 2744 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid); in notifyWindowResponsive() method
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 6578 mPolicy.notifyWindowResponsive(token, pid); in sendWindowResponsiveCommandLocked()
|