Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp688 jlong newTimeout = env->CallLongMethod(mServiceObj, in notifyANR() local
692 newTimeout = 0; // abort dispatch in notifyANR()
694 assert(newTimeout >= 0); in notifyANR()
700 return newTimeout; in notifyANR()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1054 void InputDispatcher::resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout, in resumeAfterTargetsNotReadyTimeoutLocked() argument
1056 if (newTimeout > 0) { in resumeAfterTargetsNotReadyTimeoutLocked()
1058 mInputTargetWaitTimeoutTime = now() + newTimeout; in resumeAfterTargetsNotReadyTimeoutLocked()
3579 nsecs_t newTimeout = mPolicy->notifyANR( in doNotifyANRLockedInterruptible() local
3585 resumeAfterTargetsNotReadyTimeoutLocked(newTimeout, in doNotifyANRLockedInterruptible()
DInputDispatcher.h1036 void resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout,