Searched defs:notifyWindowUnresponsive (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AnrController.java | 88 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
|
D | InputManagerCallback.java | 103 public void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method in InputManagerCallback
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 64 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/ |
D | InputManagerService.java | 2957 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/ |
D | com_android_server_input_InputManagerService.cpp | 97 jmethodID notifyWindowUnresponsive; member 831 void NativeInputManager::notifyWindowUnresponsive(const sp<IBinder>& token, in notifyWindowUnresponsive() function in android::NativeInputManager
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 389 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, std::optional<int32_t> pid, in notifyWindowUnresponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy
|