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.cpp707 jlong newTimeout = env->CallLongMethod(mServiceObj, in notifyANR() local
711 newTimeout = 0; // abort dispatch in notifyANR()
713 assert(newTimeout >= 0); in notifyANR()
715 return newTimeout; in notifyANR()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h320 void resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout,
DInputDispatcher.cpp1096 nsecs_t newTimeout, const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked() argument
1097 if (newTimeout > 0) { in resumeAfterTargetsNotReadyTimeoutLocked()
1099 mInputTargetWaitTimeoutTime = now() + newTimeout; in resumeAfterTargetsNotReadyTimeoutLocked()
4128 nsecs_t newTimeout = in doNotifyANRLockedInterruptible() local
4136 resumeAfterTargetsNotReadyTimeoutLocked(newTimeout, commandEntry->inputChannel); in doNotifyANRLockedInterruptible()