Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h493 bool shouldWaitToSendKeyLocked(nsecs_t currentTime, const char* focusedWindowName)
DInputDispatcher.cpp2235 bool InputDispatcher::shouldWaitToSendKeyLocked(nsecs_t currentTime, in shouldWaitToSendKeyLocked() function in android::inputdispatcher::InputDispatcher
2350 if (shouldWaitToSendKeyLocked(currentTime, focusedWindowHandle->getName().c_str())) { in findFocusedWindowTargetLocked()