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

/frameworks/av/media/libmediaplayerservice/
H A DCrypto.h66 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; member in struct:android::Crypto
H A DDrm.h135 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; member in struct:android::Drm
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 DDrm.cpp34 KeyedVector<Vector<uint8_t>, String8> Drm::mUUIDToLibraryPathMap; member in class:android::Drm
136 ssize_t index = mUUIDToLibraryPathMap.indexOfKey(uuidVector);
138 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
167 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);

Completed in 93 milliseconds