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

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java161 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) { argument
164 mActiveMatchIndex = matchIndex;
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp1155 ssize_t matchIndex = local
1158 if (matchIndex < 0) {
1162 index = matchIndex + 1;
1164 const sp<MediaCodecInfo> info = list->getCodecInfo(matchIndex);

Completed in 3689 milliseconds