Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAnrController.java219 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid) { in notifyWindowResponsive() method in AnrController
237 private boolean notifyWindowResponsive(@NonNull IBinder inputToken) { in notifyWindowResponsive() method in AnrController
253 private void notifyWindowResponsive(int pid) { in notifyWindowResponsive() method in AnrController
DInputManagerCallback.java123 public void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid) { in notifyWindowResponsive() method in InputManagerCallback
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp345 void FakeInputDispatcherPolicy::notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2492 private void notifyWindowResponsive(IBinder token, int pid, boolean isPidValid) { in notifyWindowResponsive() method in InputManagerService
3309 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid); in notifyWindowResponsive() method
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp120 jmethodID notifyWindowResponsive; member
1254 void NativeInputManager::notifyWindowResponsive(const sp<IBinder>& token, in notifyWindowResponsive() function in android::NativeInputManager