Searched refs:newTimeout (Results 1 – 3 of 3) sorted by relevance
688 jlong newTimeout = env->CallLongMethod(mServiceObj, in notifyANR() local692 newTimeout = 0; // abort dispatch in notifyANR()694 assert(newTimeout >= 0); in notifyANR()700 return newTimeout; in notifyANR()
1054 void InputDispatcher::resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout, in resumeAfterTargetsNotReadyTimeoutLocked() argument1056 if (newTimeout > 0) { in resumeAfterTargetsNotReadyTimeoutLocked()1058 mInputTargetWaitTimeoutTime = now() + newTimeout; in resumeAfterTargetsNotReadyTimeoutLocked()3579 nsecs_t newTimeout = mPolicy->notifyANR( in doNotifyANRLockedInterruptible() local3585 resumeAfterTargetsNotReadyTimeoutLocked(newTimeout, in doNotifyANRLockedInterruptible()
1036 void resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout,