Home
last modified time | relevance | path

Searched defs: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
73 typename std::map<K, V>::iterator it1 = map.begin(); in intersectInPlace() local
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp62 std::string::const_iterator it1 = first; in OmxStore() local
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.cpp109 std::sort(sortedModes.begin(), sortedModes.end(), [](auto it1, auto it2) { in sortByRefreshRate()
124 for (const auto it1 : sortedModes) { in canModesSupportFrameRateOverride() local