Searched refs:mInfoIndex (Results 1 – 1 of 1) sorted by relevance
66 auto it = mInfoIndex.find(name); in findCodecByName()67 return it == mInfoIndex.end() ? -ENOENT : it->second; in findCodecByName()80 if (mInfoIndex.count(nameOrAlias) > 0) { in JavaMediaCodecListWrapper()84 mInfoIndex.emplace(nameOrAlias, mInfoList.size()); in JavaMediaCodecListWrapper()93 std::map<AString, size_t> mInfoIndex; member in JavaMediaCodecListWrapper