Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DCrypto.cpp33 KeyedVector<Vector<uint8_t>, String8> Crypto::mUUIDToLibraryPathMap; member in android::Crypto
92 ssize_t index = mUUIDToLibraryPathMap.indexOfKey(uuidVector); in findFactoryForScheme()
94 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) { in findFactoryForScheme()
118 mUUIDToLibraryPathMap.add(uuidVector, pluginPath); in findFactoryForScheme()
132 mUUIDToLibraryPathMap.add(uuidVector, pluginPath); in findFactoryForScheme()
DDrm.cpp48 KeyedVector<Vector<uint8_t>, String8> Drm::mUUIDToLibraryPathMap; member in android::Drm
210 ssize_t index = mUUIDToLibraryPathMap.indexOfKey(uuidVector); in findFactoryForScheme()
212 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) { in findFactoryForScheme()
241 mUUIDToLibraryPathMap.add(uuidVector, pluginPath); in findFactoryForScheme()
/frameworks/av/include/media/
DCrypto.h71 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; member
DDrm.h158 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; member