Searched refs:nameOrAlias (Results 1 – 1 of 1) sorted by relevance
80 for (const AString &nameOrAlias : namesAndAliases) { in JavaMediaCodecListWrapper() local81 if (mInfoIndex.count(nameOrAlias) > 0) { in JavaMediaCodecListWrapper()85 mInfoIndex.emplace(nameOrAlias, mInfoList.size()); in JavaMediaCodecListWrapper()86 mInfoList.emplace_back(Info { info, nameOrAlias }); in JavaMediaCodecListWrapper()