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.java152 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid) { in notifyWindowResponsive() method in AnrController
170 private boolean notifyWindowResponsive(@NonNull IBinder inputToken) { in notifyWindowResponsive() method in AnrController
186 private void notifyWindowResponsive(int pid) { in notifyWindowResponsive() method in AnrController
DInputManagerCallback.java109 public void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid) { in notifyWindowResponsive() method in InputManagerCallback
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp69 void notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2965 private void notifyWindowResponsive(IBinder token, int pid, boolean isPidValid) { in notifyWindowResponsive() method in InputManagerService
3356 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid); in notifyWindowResponsive() method
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp98 jmethodID notifyWindowResponsive; member
850 void NativeInputManager::notifyWindowResponsive(const sp<IBinder>& token, in notifyWindowResponsive() function in android::NativeInputManager
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp397 void notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive() function in android::inputdispatcher::FakeInputDispatcherPolicy