Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp1043 std::map<C2String, C2String> mComponentNameToPath; ///< name -> path member in android::C2PlatformComponentStore
1260 mComponentNameToPath.emplace(traits->name, path); in visitComponents()
1262 mComponentNameToPath.emplace(alias, path); in visitComponents()
1281 auto pos = mComponentNameToPath.find(name); in findComponent()
1282 if (pos != mComponentNameToPath.end()) { in findComponent()