Searched refs:mCASystemIdToLibraryPathMap (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/hardware/interfaces/cas/1.0/default/ |
H A D | FactoryLoader.h | 58 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; variable 88 ssize_t index = mCASystemIdToLibraryPathMap.indexOfKey(CA_system_id); in findFactoryForScheme() 91 mCASystemIdToLibraryPathMap[index], in findFactoryForScheme() 115 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme()
|
/aosp_15_r20/hardware/interfaces/cas/aidl/default/ |
H A D | FactoryLoader.h | 53 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; variable 78 ssize_t index = mCASystemIdToLibraryPathMap.indexOfKey(CA_system_id); in findFactoryForScheme() 80 return loadFactoryForSchemeFromPath(mCASystemIdToLibraryPathMap[index], CA_system_id, in findFactoryForScheme() 102 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme()
|
/aosp_15_r20/hardware/interfaces/cas/1.2/default/ |
H A D | FactoryLoader.h | 57 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; variable 82 ssize_t index = mCASystemIdToLibraryPathMap.indexOfKey(CA_system_id); in findFactoryForScheme() 84 return loadFactoryForSchemeFromPath(mCASystemIdToLibraryPathMap[index], CA_system_id, in findFactoryForScheme() 106 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme()
|
/aosp_15_r20/hardware/interfaces/cas/1.1/default/ |
H A D | FactoryLoader.h | 57 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; variable 82 ssize_t index = mCASystemIdToLibraryPathMap.indexOfKey(CA_system_id); in findFactoryForScheme() 84 return loadFactoryForSchemeFromPath(mCASystemIdToLibraryPathMap[index], CA_system_id, in findFactoryForScheme() 106 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme()
|