Searched defs:matchIndex (Results 1 - 2 of 2) 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.cpp209 ssize_t matchIndex = local
212 if (matchIndex < 0) {
216 index = matchIndex + 1;
218 const sp<MediaCodecInfo> info = list->getCodecInfo(matchIndex);

Completed in 136 milliseconds