Searched refs:newTimeout (Results 1 – 3 of 3) sorted by relevance
589 jlong newTimeout = env->CallLongMethod(mServiceObj, in notifyANR() local593 newTimeout = 0; // abort dispatch in notifyANR()595 assert(newTimeout >= 0); in notifyANR()601 return newTimeout; in notifyANR()
1003 void InputDispatcher::resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout, in resumeAfterTargetsNotReadyTimeoutLocked() argument1005 if (newTimeout > 0) { in resumeAfterTargetsNotReadyTimeoutLocked()1007 mInputTargetWaitTimeoutTime = now() + newTimeout; in resumeAfterTargetsNotReadyTimeoutLocked()3465 nsecs_t newTimeout = mPolicy->notifyANR( in doNotifyANRLockedInterruptible() local3471 resumeAfterTargetsNotReadyTimeoutLocked(newTimeout, in doNotifyANRLockedInterruptible()
1021 void resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout,