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

/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp33 KeyedVector<Vector<uint8_t>, String8> Crypto::mUUIDToLibraryPathMap; member in class:android::Crypto
92 ssize_t index = mUUIDToLibraryPathMap.indexOfKey(uuidVector);
94 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
118 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
132 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
H A DCrypto.h68 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; member in struct:android::Crypto
H A DDrm.cpp46 KeyedVector<Vector<uint8_t>, String8> Drm::mUUIDToLibraryPathMap; member in class:android::Drm
148 ssize_t index = mUUIDToLibraryPathMap.indexOfKey(uuidVector);
150 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
179 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
H A DDrm.h149 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; member in struct:android::Drm

Completed in 368 milliseconds