Home
last modified time | relevance | path

Searched refs:notifyWindowResponsive (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java113 public void notifyWindowResponsive(@NonNull IBinder token) { in notifyWindowResponsive() method in InputManagerCallback
114 mService.mAnrController.notifyWindowResponsive(token); in notifyWindowResponsive()
H A DAnrController.java106 void notifyWindowResponsive(IBinder inputToken) { in notifyWindowResponsive() method in AnrController
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherPolicyInterface.h71 virtual void notifyWindowResponsive(const sp<IBinder>& token) = 0;
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp68 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override {} in notifyWindowResponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp103 jmethodID notifyWindowResponsive; member
315 void notifyWindowResponsive(const sp<IBinder>& token) override;
839 void NativeInputManager::notifyWindowResponsive(const sp<IBinder>& token) { in notifyWindowResponsive() function in android::NativeInputManager
850 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyWindowResponsive, tokenObj); in notifyWindowResponsive()
2419 GET_METHOD_ID(gServiceClassInfo.notifyWindowResponsive, clazz, "notifyWindowResponsive", in register_android_server_InputManager()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2760 private void notifyWindowResponsive(IBinder token) { in notifyWindowResponsive() method in InputManagerService
2761 mWindowManagerCallbacks.notifyWindowResponsive(token); in notifyWindowResponsive()
3132 void notifyWindowResponsive(@NonNull IBinder token); in notifyWindowResponsive() method
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp322 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override { in notifyWindowResponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp5690 mPolicy->notifyWindowResponsive(commandEntry->connectionToken); in doNotifyWindowResponsiveLockedInterruptible()
/aosp12/frameworks/base/services/
H A Dart-profile19549 PLcom/android/server/input/InputManagerService;->notifyWindowResponsive(Landroid/os/IBinder;)V
44974 PLcom/android/server/wm/AnrController;->notifyWindowResponsive(Landroid/os/IBinder;)V
46556 PLcom/android/server/wm/InputManagerCallback;->notifyWindowResponsive(Landroid/os/IBinder;)V