Searched refs:newTimeout (Results 1 – 3 of 3) sorted by relevance
571 jlong newTimeout = env->CallLongMethod(mServiceObj, in notifyANR() local575 newTimeout = 0; // abort dispatch in notifyANR()577 assert(newTimeout >= 0); in notifyANR()583 return newTimeout; in notifyANR()
1006 void InputDispatcher::resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout, in resumeAfterTargetsNotReadyTimeoutLocked() argument1008 if (newTimeout > 0) { in resumeAfterTargetsNotReadyTimeoutLocked()1010 mInputTargetWaitTimeoutTime = now() + newTimeout; in resumeAfterTargetsNotReadyTimeoutLocked()3439 nsecs_t newTimeout = mPolicy->notifyANR( in doNotifyANRLockedInterruptible() local3445 resumeAfterTargetsNotReadyTimeoutLocked(newTimeout, in doNotifyANRLockedInterruptible()
1009 void resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout,