Searched refs:mCASystemIdToLibraryPathMap (Results 1 – 4 of 4) sorted by relevance
| /hardware/interfaces/cas/1.1/default/ |
| D | FactoryLoader.h | 56 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()
|
| /hardware/interfaces/cas/aidl/default/ |
| D | FactoryLoader.h | 52 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; variable 77 ssize_t index = mCASystemIdToLibraryPathMap.indexOfKey(CA_system_id); in findFactoryForScheme() 79 return loadFactoryForSchemeFromPath(mCASystemIdToLibraryPathMap[index], CA_system_id, in findFactoryForScheme() 101 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme()
|
| /hardware/interfaces/cas/1.0/default/ |
| D | FactoryLoader.h | 57 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()
|
| /hardware/interfaces/cas/1.2/default/ |
| D | FactoryLoader.h | 56 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()
|