Searched refs:getValueForKey (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputClassifier.cpp | 52 static V getValueForKey(const std::unordered_map<K, V>& map, K key, V defaultValue) { in getValueForKey() function 233 const nsecs_t lastDownTime = getValueForKey(mLastDownTimes, deviceId, static_cast<nsecs_t>(0)); in updateClassification() 256 return getValueForKey(mClassifications, deviceId, MotionClassification::NONE); in getClassification() 326 getValueForKey(mClassifications, deviceId, MotionClassification::NONE); in dump() 327 const nsecs_t downTime = getValueForKey(mLastDownTimes, deviceId, static_cast<nsecs_t>(0)); in dump()
|