Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAnrController.java143 void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method in AnrController
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.java115 public void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method in InputManagerCallback
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp337 void FakeInputDispatcherPolicy::notifyWindowUnresponsive(const sp<IBinder>& connectionToken, in notifyWindowUnresponsive() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2484 private void notifyWindowUnresponsive(IBinder token, int pid, boolean isPidValid, in notifyWindowUnresponsive() method in InputManagerService
3300 void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp119 jmethodID notifyWindowUnresponsive; member
1235 void NativeInputManager::notifyWindowUnresponsive(const sp<IBinder>& token, in notifyWindowUnresponsive() function in android::NativeInputManager