Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DMacros.h123 static inline std::optional<V> getValueByKey(const std::unordered_map<K, V>& map, K key) { in getValueByKey() function
DInputDevice.cpp222 getValueByKey(readerConfig.deviceTypeAssociations, mIdentifier.location); in configure()
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp152 getValueByKey(config.keyboardLayoutAssociations, getDeviceContext().getLocation()); in reconfigure()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp313 V getValueByKey(const std::unordered_map<K, V>& map, K key) { in getValueByKey() function
830 getValueByKey(mFocusedApplicationHandlesByDisplay, mAwaitedApplicationDisplayId); in processNoFocusedWindowAnrLocked()
2089 getValueByKey(mFocusedApplicationHandlesByDisplay, displayId); in findFocusedWindowTargetLocked()
5250 getValueByKey(mFocusedApplicationHandlesByDisplay, displayId); in setFocusedApplicationLocked()