Searched defs:matchIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java149 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) { argument
152 mActiveMatchIndex = matchIndex;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp196 ssize_t matchIndex = local
199 if (matchIndex < 0) {
203 index = matchIndex + 1;
205 const char *componentName = list->getCodecName(matchIndex);
223 entry->mQuirks = getComponentQuirks(list, matchIndex);

Completed in 748 milliseconds