Home
last modified time | relevance | path

Searched refs:newTimeout (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp589 jlong newTimeout = env->CallLongMethod(mServiceObj, in notifyANR() local
593 newTimeout = 0; // abort dispatch in notifyANR()
595 assert(newTimeout >= 0); in notifyANR()
601 return newTimeout; in notifyANR()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1003 void InputDispatcher::resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout, in resumeAfterTargetsNotReadyTimeoutLocked() argument
1005 if (newTimeout > 0) { in resumeAfterTargetsNotReadyTimeoutLocked()
1007 mInputTargetWaitTimeoutTime = now() + newTimeout; in resumeAfterTargetsNotReadyTimeoutLocked()
3465 nsecs_t newTimeout = mPolicy->notifyANR( in doNotifyANRLockedInterruptible() local
3471 resumeAfterTargetsNotReadyTimeoutLocked(newTimeout, in doNotifyANRLockedInterruptible()
DInputDispatcher.h1021 void resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout,