Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DMacros.h123 static inline std::optional<V> getValueByKey(const std::unordered_map<K, V>& map, K key) { in getValueByKey() function
H A DInputDevice.cpp264 getValueByKey(readerConfig.deviceTypeAssociations, mIdentifier.location); in configureInternal()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp190 getValueByKey(config.keyboardLayoutAssociations, getDeviceContext().getLocation()); in reconfigure()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp367 V getValueByKey(const std::unordered_map<K, V>& map, K key) { in getValueByKey() function
1055 getValueByKey(mFocusedApplicationHandlesByDisplay, mAwaitedApplicationDisplayId); in processNoFocusedWindowAnrLocked()
2308 getValueByKey(mFocusedApplicationHandlesByDisplay, displayId); in findFocusedWindowTargetLocked()
5527 getValueByKey(mFocusedApplicationHandlesByDisplay, displayId); in setFocusedApplicationLocked()