Home
last modified time | relevance | path

Searched defs:notifyWindowResponsive (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAnrController.java106 void notifyWindowResponsive(IBinder inputToken) { in notifyWindowResponsive() method in AnrController
H A DInputManagerCallback.java113 public void notifyWindowResponsive(@NonNull IBinder token) { in notifyWindowResponsive() method in InputManagerCallback
/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/java/com/android/server/input/
H A DInputManagerService.java2760 private void notifyWindowResponsive(IBinder token) { in notifyWindowResponsive() method in InputManagerService
3132 void notifyWindowResponsive(@NonNull IBinder token); in notifyWindowResponsive() method
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp103 jmethodID notifyWindowResponsive; member
839 void NativeInputManager::notifyWindowResponsive(const sp<IBinder>& token) { in notifyWindowResponsive() function in android::NativeInputManager
/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