Home
last modified time | relevance | path

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

/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp571 jlong newTimeout = env->CallLongMethod(mServiceObj, in notifyANR() local
575 newTimeout = 0; // abort dispatch in notifyANR()
577 assert(newTimeout >= 0); in notifyANR()
583 return newTimeout; in notifyANR()
/frameworks/base/services/input/
DInputDispatcher.cpp1006 void InputDispatcher::resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout, in resumeAfterTargetsNotReadyTimeoutLocked() argument
1008 if (newTimeout > 0) { in resumeAfterTargetsNotReadyTimeoutLocked()
1010 mInputTargetWaitTimeoutTime = now() + newTimeout; in resumeAfterTargetsNotReadyTimeoutLocked()
3439 nsecs_t newTimeout = mPolicy->notifyANR( in doNotifyANRLockedInterruptible() local
3445 resumeAfterTargetsNotReadyTimeoutLocked(newTimeout, in doNotifyANRLockedInterruptible()
DInputDispatcher.h1009 void resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout,