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

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java160 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) { argument
163 mActiveMatchIndex = matchIndex;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp208 ssize_t matchIndex = local
211 if (matchIndex < 0) {
215 index = matchIndex + 1;
217 const sp<MediaCodecInfo> info = list->getCodecInfo(matchIndex);

Completed in 744 milliseconds