Searched refs:stateIt (Results 1 – 2 of 2) sorted by relevance
166 auto stateIt = allStateGroupMaps.find(stateId); in handleMetricWithStates() local167 if (stateIt != allStateGroupMaps.end()) { in handleMetricWithStates()168 stateGroupMap[atomId] = stateIt->second; in handleMetricWithStates()
3756 std::unordered_map<int32_t, TouchState>::iterator stateIt = in setInputWindowsLocked() local3758 if (stateIt != mTouchStatesByDisplay.end()) { in setInputWindowsLocked()3759 TouchState& state = stateIt->second; in setInputWindowsLocked()4440 std::unordered_map<int32_t, TouchState>::iterator stateIt = in pilferPointers() local4442 if (stateIt == mTouchStatesByDisplay.end()) { in pilferPointers()4447 TouchState& state = stateIt->second; in pilferPointers()