Home
last modified time | relevance | path

Searched refs:matchIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodecList.cpp357 ssize_t matchIndex = in findMatchingCodecs() local
360 if (matchIndex < 0) { in findMatchingCodecs()
364 index = matchIndex + 1; in findMatchingCodecs()
366 const sp<MediaCodecInfo> info = list->getCodecInfo(matchIndex); in findMatchingCodecs()
/frameworks/base/core/java/android/webkit/
DFindActionModeCallback.java164 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) { in updateMatchCount() argument
167 mActiveMatchIndex = matchIndex; in updateMatchCount()