Home
last modified time | relevance | path

Searched defs:notifyWindowUnresponsive (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAnrController.java88 void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method in AnrController
106 private boolean notifyWindowUnresponsive(@NonNull IBinder inputToken, String reason) { in notifyWindowUnresponsive() method in AnrController
137 private void notifyWindowUnresponsive(int pid, String reason) { in notifyWindowUnresponsive() method in AnrController
DInputManagerCallback.java103 public void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method in InputManagerCallback
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp64 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, std::optional<int32_t> pid, in notifyWindowUnresponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2957 private void notifyWindowUnresponsive(IBinder token, int pid, boolean isPidValid, in notifyWindowUnresponsive() method in InputManagerService
3347 void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp97 jmethodID notifyWindowUnresponsive; member
831 void NativeInputManager::notifyWindowUnresponsive(const sp<IBinder>& token, in notifyWindowUnresponsive() function in android::NativeInputManager
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp389 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, std::optional<int32_t> pid, in notifyWindowUnresponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy