Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DCrypto.cpp34 KeyedVector<Vector<uint8_t>, String8> Crypto::mUUIDToLibraryPathMap; member in android::Crypto
93 ssize_t index = mUUIDToLibraryPathMap.indexOfKey(uuidVector); in findFactoryForScheme()
95 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) { in findFactoryForScheme()
119 mUUIDToLibraryPathMap.add(uuidVector, pluginPath); in findFactoryForScheme()
133 mUUIDToLibraryPathMap.add(uuidVector, pluginPath); in findFactoryForScheme()
DCrypto.h70 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; member
DDrm.cpp52 KeyedVector<Vector<uint8_t>, String8> Drm::mUUIDToLibraryPathMap; member in android::Drm
214 ssize_t index = mUUIDToLibraryPathMap.indexOfKey(uuidVector); in findFactoryForScheme()
216 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) { in findFactoryForScheme()
245 mUUIDToLibraryPathMap.add(uuidVector, pluginPath); in findFactoryForScheme()
DDrm.h160 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; member