Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecList.cpp368 ssize_t matchIndex = in findMatchingCodecs() local
371 if (matchIndex < 0) { in findMatchingCodecs()
375 index = matchIndex + 1; in findMatchingCodecs()
377 const sp<MediaCodecInfo> info = list->getCodecInfo(matchIndex); in findMatchingCodecs()
/frameworks/base/core/java/android/webkit/
DFindActionModeCallback.java170 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) { in updateMatchCount() argument
173 mActiveMatchIndex = matchIndex; in updateMatchCount()