Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputClassifier.cpp51 static V getValueForKey(const std::unordered_map<K, V>& map, K key, V defaultValue) { in getValueForKey() function
267 const nsecs_t lastDownTime = getValueForKey(mLastDownTimes, deviceId, static_cast<nsecs_t>(0)); in updateClassification()
290 return getValueForKey(mClassifications, deviceId, MotionClassification::NONE); in getClassification()
361 getValueForKey(mClassifications, deviceId, MotionClassification::NONE); in dump()
362 const nsecs_t downTime = getValueForKey(mLastDownTimes, deviceId, static_cast<nsecs_t>(0)); in dump()