Searched refs:newTimeout (Results 1 – 3 of 3) sorted by relevance
707 jlong newTimeout = env->CallLongMethod(mServiceObj, in notifyANR() local711 newTimeout = 0; // abort dispatch in notifyANR()713 assert(newTimeout >= 0); in notifyANR()715 return newTimeout; in notifyANR()
320 void resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout,
1096 nsecs_t newTimeout, const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked() argument1097 if (newTimeout > 0) { in resumeAfterTargetsNotReadyTimeoutLocked()1099 mInputTargetWaitTimeoutTime = now() + newTimeout; in resumeAfterTargetsNotReadyTimeoutLocked()4128 nsecs_t newTimeout = in doNotifyANRLockedInterruptible() local4136 resumeAfterTargetsNotReadyTimeoutLocked(newTimeout, commandEntry->inputChannel); in doNotifyANRLockedInterruptible()