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

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp589 jlong newTimeout = env->CallLongMethod(mServiceObj, local
593 newTimeout = 0; // abort dispatch
595 assert(newTimeout >= 0);
601 return newTimeout;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1003 void InputDispatcher::resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout, argument
1005 if (newTimeout > 0) {
1007 mInputTargetWaitTimeoutTime = now() + newTimeout;
3465 nsecs_t newTimeout = mPolicy->notifyANR( local
3471 resumeAfterTargetsNotReadyTimeoutLocked(newTimeout,
H A DInputDispatcher.h1021 void resumeAfterTargetsNotReadyTimeoutLocked(nsecs_t newTimeout,

Completed in 365 milliseconds