Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp125 constexpr std::chrono::milliseconds SLOW_INTERCEPTION_THRESHOLD = 50ms; variable
3824 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in notifyKey()
3901 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in notifyMotion()
4099 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in injectInputEvent()
4133 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in injectInputEvent()
5721 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in doInterceptKeyBeforeDispatchingLockedInterruptible()