Searched defs:notifyWindowUnresponsive (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AnrController.java | 143 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
|
H A D | InputManagerCallback.java | 105 public void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method in InputManagerCallback
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2413 private void notifyWindowUnresponsive(IBinder token, int pid, boolean isPidValid, in notifyWindowUnresponsive() method in InputManagerService 2856 void notifyWindowUnresponsive(@NonNull IBinder token, @NonNull OptionalInt pid, in notifyWindowUnresponsive() method
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 105 jmethodID notifyWindowUnresponsive; member 889 void NativeInputManager::notifyWindowUnresponsive(const sp<IBinder>& token, in notifyWindowUnresponsive() function in android::NativeInputManager
|