Home
last modified time | relevance | path

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

/frameworks/av/camera/
DCameraParameters2.cpp163 ssize_t index2 = mMap.indexOfKey(String8(key2)); in compareSetOrder() local
167 } else if (index2 < 0) { in compareSetOrder()
172 *order = (index1 == index2) ? 0 : in compareSetOrder()
173 (index1 < index2) ? -1 : in compareSetOrder()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dd8_31pf.cpp167 Word16 index2, /* i : index for second pos in pos_index[] */ in decompress10() argument
242 pos_indx[index2] = ib + (ic >> 1); in decompress10()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2367 for(int index2 = 0; index2 < second.types.length; index2++) { in apnTypeSameAny()
2369 second.types[index2].equals(PhoneConstants.APN_TYPE_ALL) || in apnTypeSameAny()
2370 first.types[index1].equals(second.types[index2])) { in apnTypeSameAny()
/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp6247 int index1 = -1, index2 = -1; in compareFormats() local
6249 (i < ARRAY_SIZE(sPcmFormatCompareTable)) && ((index1 == -1) || (index2 == -1)); in compareFormats()
6255 index2 = i; in compareFormats()
6260 return index1 - index2; in compareFormats()