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.java78 void notifyWindowUnresponsive(IBinder inputToken, String reason) { in notifyWindowUnresponsive() method in AnrController
DInputManagerCallback.java102 public void notifyWindowUnresponsive(@NonNull IBinder token, String reason) { in notifyWindowUnresponsive() method in InputManagerCallback
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp60 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, in notifyWindowUnresponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2734 private void notifyWindowUnresponsive(IBinder token, String reason) { in notifyWindowUnresponsive() method in InputManagerService
3083 void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull String reason); in notifyWindowUnresponsive() method
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp102 jmethodID notifyWindowUnresponsive; member
820 void NativeInputManager::notifyWindowUnresponsive(const sp<IBinder>& token, in notifyWindowUnresponsive() function in android::NativeInputManager
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp302 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, const std::string&) override { in notifyWindowUnresponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy