Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAnrController.java109 void notifyWindowResponsive(IBinder inputToken) { in notifyWindowResponsive() method in AnrController
DInputManagerCallback.java112 public void notifyWindowResponsive(@NonNull IBinder token) { in notifyWindowResponsive() method in InputManagerCallback
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp65 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override {} in notifyWindowResponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2744 private void notifyWindowResponsive(IBinder token) { in notifyWindowResponsive() method in InputManagerService
3097 void notifyWindowResponsive(@NonNull IBinder token); in notifyWindowResponsive() method
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp103 jmethodID notifyWindowResponsive; member
838 void NativeInputManager::notifyWindowResponsive(const sp<IBinder>& token) { in notifyWindowResponsive() function in android::NativeInputManager
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp314 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override { in notifyWindowResponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy