Searched defs:notifyWindowResponsive (Results 1 – 4 of 4) sorted by relevance
219 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid) { in notifyWindowResponsive() method in AnrController237 private boolean notifyWindowResponsive(@NonNull IBinder inputToken) { in notifyWindowResponsive() method in AnrController253 private void notifyWindowResponsive(int pid) { in notifyWindowResponsive() method in AnrController
113 public void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid) { in notifyWindowResponsive() method in InputManagerCallback
2421 private void notifyWindowResponsive(IBinder token, int pid, boolean isPidValid) { in notifyWindowResponsive() method in InputManagerService2865 void notifyWindowResponsive(@NonNull IBinder token, @NonNull OptionalInt pid); in notifyWindowResponsive() method
106 jmethodID notifyWindowResponsive; member908 void NativeInputManager::notifyWindowResponsive(const sp<IBinder>& token, in notifyWindowResponsive() function in android::NativeInputManager