Searched refs:notifyWindowResponsive (Results 1 – 9 of 9) sorted by relevance
113 public void notifyWindowResponsive(@NonNull IBinder token) { in notifyWindowResponsive() method in InputManagerCallback114 mService.mAnrController.notifyWindowResponsive(token); in notifyWindowResponsive()
106 void notifyWindowResponsive(IBinder inputToken) { in notifyWindowResponsive() method in AnrController
71 virtual void notifyWindowResponsive(const sp<IBinder>& token) = 0;
68 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override {} in notifyWindowResponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy
103 jmethodID notifyWindowResponsive; member315 void notifyWindowResponsive(const sp<IBinder>& token) override;839 void NativeInputManager::notifyWindowResponsive(const sp<IBinder>& token) { in notifyWindowResponsive() function in android::NativeInputManager850 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyWindowResponsive, tokenObj); in notifyWindowResponsive()2419 GET_METHOD_ID(gServiceClassInfo.notifyWindowResponsive, clazz, "notifyWindowResponsive", in register_android_server_InputManager()
2760 private void notifyWindowResponsive(IBinder token) { in notifyWindowResponsive() method in InputManagerService2761 mWindowManagerCallbacks.notifyWindowResponsive(token); in notifyWindowResponsive()3132 void notifyWindowResponsive(@NonNull IBinder token); in notifyWindowResponsive() method
322 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override { in notifyWindowResponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy
5690 mPolicy->notifyWindowResponsive(commandEntry->connectionToken); in doNotifyWindowResponsiveLockedInterruptible()
19549 PLcom/android/server/input/InputManagerService;->notifyWindowResponsive(Landroid/os/IBinder;)V44974 PLcom/android/server/wm/AnrController;->notifyWindowResponsive(Landroid/os/IBinder;)V46556 PLcom/android/server/wm/InputManagerCallback;->notifyWindowResponsive(Landroid/os/IBinder;)V