Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h393 int32_t findFocusedWindowTargetsLocked(nsecs_t currentTime, const EventEntry& entry,
DInputDispatcher.cpp1196 findFocusedWindowTargetsLocked(currentTime, *entry, inputTargets, nextWakeupTime); in dispatchKeyLocked()
1258 findFocusedWindowTargetsLocked(currentTime, *entry, inputTargets, nextWakeupTime); in dispatchMotionLocked()
1447 int32_t InputDispatcher::findFocusedWindowTargetsLocked(nsecs_t currentTime, in findFocusedWindowTargetsLocked() function in android::inputdispatcher::InputDispatcher