Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputProcessor.cpp52 static V getValueForKey(const std::unordered_map<K, V>& map, K key, V defaultValue) { in getValueForKey() function
266 const nsecs_t lastDownTime = getValueForKey(mLastDownTimes, deviceId, static_cast<nsecs_t>(0)); in updateClassification()
289 return getValueForKey(mClassifications, deviceId, MotionClassification::NONE); in getClassification()
347 getValueForKey(mClassifications, deviceId, MotionClassification::NONE); in dump()
348 const nsecs_t downTime = getValueForKey(mLastDownTimes, deviceId, static_cast<nsecs_t>(0)); in dump()