Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/cas/1.0/default/
H A DFactoryLoader.h57 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; variable
87 ssize_t index = mCASystemIdToLibraryPathMap.indexOfKey(CA_system_id); in findFactoryForScheme()
90 mCASystemIdToLibraryPathMap[index], in findFactoryForScheme()
114 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme()
/aosp12/hardware/interfaces/cas/1.1/default/
H A DFactoryLoader.h56 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; variable
81 ssize_t index = mCASystemIdToLibraryPathMap.indexOfKey(CA_system_id); in findFactoryForScheme()
83 return loadFactoryForSchemeFromPath(mCASystemIdToLibraryPathMap[index], CA_system_id, in findFactoryForScheme()
105 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme()
/aosp12/hardware/interfaces/cas/1.2/default/
H A DFactoryLoader.h56 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; variable
81 ssize_t index = mCASystemIdToLibraryPathMap.indexOfKey(CA_system_id); in findFactoryForScheme()
83 return loadFactoryForSchemeFromPath(mCASystemIdToLibraryPathMap[index], CA_system_id, in findFactoryForScheme()
105 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme()