Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAnrController.java77 void notifyWindowUnresponsive(IBinder inputToken, String reason) { in notifyWindowUnresponsive() method in AnrController
H A DInputManagerCallback.java103 public void notifyWindowUnresponsive(@NonNull IBinder token, String reason) { in notifyWindowUnresponsive() method in InputManagerCallback
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp63 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, in notifyWindowUnresponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2750 private void notifyWindowUnresponsive(IBinder token, String reason) { in notifyWindowUnresponsive() method in InputManagerService
3118 void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull String reason); in notifyWindowUnresponsive() method
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp102 jmethodID notifyWindowUnresponsive; member
821 void NativeInputManager::notifyWindowUnresponsive(const sp<IBinder>& token, in notifyWindowUnresponsive() function in android::NativeInputManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp310 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, const std::string&) override { in notifyWindowUnresponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy