Searched refs:getValueByKey (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 219 static V getValueByKey(const std::unordered_map<K, V>& map, K key) { in getValueByKey() function 853 std::vector<Monitor> monitors = getValueByKey(mGestureMonitorsByDisplay, displayId); in findTouchedGestureMonitorsLocked() 857 monitors = getValueByKey(mGestureMonitorsByDisplay, windowInfo->portalToDisplayId); in findTouchedGestureMonitorsLocked() 1167 getValueByKey(mFocusedWindowHandlesByDisplay, getTargetDisplayId(*entry)); in dispatchKeyLocked() 1455 getValueByKey(mFocusedWindowHandlesByDisplay, displayId); in findFocusedWindowTargetsLocked() 1457 getValueByKey(mFocusedApplicationHandlesByDisplay, displayId); in findFocusedWindowTargetsLocked() 2161 getValueByKey(mFocusedWindowHandlesByDisplay, displayId); in pokeUserActivityLocked() 2442 getValueByKey(mFocusedWindowHandlesByDisplay, mFocusedDisplayId); in dispatchPointerDownOutsideFocus() 3567 return getValueByKey(mWindowHandlesByDisplay, displayId); in getWindowHandlesLocked() 3724 getValueByKey(mFocusedWindowHandlesByDisplay, displayId); in setInputWindowsLocked() [all …]
|