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