Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp152 constexpr std::chrono::milliseconds SLOW_INTERCEPTION_THRESHOLD = 50ms; variable
4505 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in notifyKey()
4604 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in notifyMotion()
4836 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in injectInputEvent()
4875 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in injectInputEvent()
6548 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in doInterceptKeyBeforeDispatchingCommand()