Home
last modified time | relevance | path

Searched refs:notifyWindowUnresponsive (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAnrController.java118 if (blamePendingFocusRequest && notifyWindowUnresponsive(focusToken, timeoutRecord)) { in notifyAppUnresponsive()
143 void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method in AnrController
147 if (notifyWindowUnresponsive(token, timeoutRecord)) { in notifyWindowUnresponsive()
155 notifyWindowUnresponsive(pid.getAsInt(), timeoutRecord); in notifyWindowUnresponsive()
167 private boolean notifyWindowUnresponsive(@NonNull IBinder inputToken, in notifyWindowUnresponsive() method in AnrController
204 private void notifyWindowUnresponsive(int pid, TimeoutRecord timeoutRecord) { in notifyWindowUnresponsive() method in AnrController
DInputManagerCallback.java105 public void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method in InputManagerCallback
109 mService.mAnrController.notifyWindowUnresponsive(token, pid, timeoutRecord); in notifyWindowUnresponsive()
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h59 virtual void notifyWindowUnresponsive(const sp<IBinder>& token, std::optional<gui::Pid> pid,
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.h177 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, std::optional<gui::Pid> pid,
DFakeInputDispatcherPolicy.cpp350 void FakeInputDispatcherPolicy::notifyWindowUnresponsive(const sp<IBinder>& connectionToken, in notifyWindowUnresponsive() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp112 jmethodID notifyWindowUnresponsive; member
337 void notifyWindowUnresponsive(const sp<IBinder>& token, std::optional<gui::Pid> pid,
979 void NativeInputManager::notifyWindowUnresponsive(const sp<IBinder>& token, in notifyWindowUnresponsive() function in android::NativeInputManager
993 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyWindowUnresponsive, tokenObj, in notifyWindowUnresponsive()
2904 GET_METHOD_ID(gServiceClassInfo.notifyWindowUnresponsive, clazz, "notifyWindowUnresponsive", in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2323 private void notifyWindowUnresponsive(IBinder token, int pid, boolean isPidValid, in notifyWindowUnresponsive() method in InputManagerService
2325 mWindowManagerCallbacks.notifyWindowUnresponsive(token, in notifyWindowUnresponsive()
2735 void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp6569 mPolicy.notifyWindowUnresponsive(token, pid, r); in sendWindowUnresponsiveCommandLocked()