Home
last modified time | relevance | path

Searched defs:getValueByKey (Results 1 – 2 of 2) 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
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp362 V getValueByKey(const std::unordered_map<K, V>& map, K key) { in getValueByKey() function