Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h1026 int32_t findFocusedWindowTargetsLocked(nsecs_t currentTime, const EventEntry* entry,
DInputDispatcher.cpp787 int32_t injectionResult = findFocusedWindowTargetsLocked(currentTime, in dispatchKeyLocked()
846 injectionResult = findFocusedWindowTargetsLocked(currentTime, in dispatchMotionLocked()
1058 int32_t InputDispatcher::findFocusedWindowTargetsLocked(nsecs_t currentTime, in findFocusedWindowTargetsLocked() function in android::InputDispatcher