Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DPreferStylusOverTouchBlocker.cpp46 typename std::set<T>::iterator it1 = set1.begin(); in intersectInPlace() local
48 while (it1 != set1.end() && it2 != set2.end()) { in intersectInPlace()
49 const T& element1 = *it1; in intersectInPlace()
53 it1 = set1.erase(it1); in intersectInPlace()
60 it1++; in intersectInPlace()
65 set1.erase(it1, set1.end()); in intersectInPlace()
73 typename std::map<K, V>::iterator it1 = map.begin(); in intersectInPlace() local
75 while (it1 != map.end() && it2 != set2.end()) { in intersectInPlace()
76 const auto& [key, _] = *it1; in intersectInPlace()
80 it1 = map.erase(it1); in intersectInPlace()
[all …]
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp62 std::string::const_iterator it1 = first; in OmxStore() local
64 it1 != last && it2 != name.cend() && tolower(*it1) == tolower(*it2); in OmxStore()
65 ++it1, ++it2) { in OmxStore()
67 last = it1; in OmxStore()
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.cpp109 std::sort(sortedModes.begin(), sortedModes.end(), [](auto it1, auto it2) { in sortByRefreshRate() argument
110 const auto& mode1 = it1->second; in sortByRefreshRate()
124 for (const auto it1 : sortedModes) { in canModesSupportFrameRateOverride() local
125 const auto& mode1 = it1->second; in canModesSupportFrameRateOverride()