Home
last modified time | relevance | path

Searched defs:getValueByKey (Results 1 – 2 of 2) 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
/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