Searched refs:matchIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java162 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) { argument
165 mActiveMatchIndex = matchIndex;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp213 ssize_t matchIndex = local
216 if (matchIndex < 0) {
220 index = matchIndex + 1;
222 const sp<MediaCodecInfo> info = list->getCodecInfo(matchIndex);
H A DACodec.cpp5504 for (size_t matchIndex = 0; matchIndex < matchingCodecs.size();
5505 ++matchIndex) {
5506 componentName = matchingCodecs.itemAt(matchIndex).mName.string();
5507 quirks = matchingCodecs.itemAt(matchIndex).mQuirks;

Completed in 101 milliseconds