HomeSort by relevance Sort by last modified time
    Searched refs:mUUIDToLibraryPathMap (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 33 KeyedVector<Vector<uint8_t>, String8> Crypto::mUUIDToLibraryPathMap;
92 ssize_t index = mUUIDToLibraryPathMap.indexOfKey(uuidVector);
94 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
118 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
132 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
Crypto.h 66 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap;
Drm.cpp 34 KeyedVector<Vector<uint8_t>, String8> Drm::mUUIDToLibraryPathMap;
136 ssize_t index = mUUIDToLibraryPathMap.indexOfKey(uuidVector);
138 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
167 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
Drm.h 135 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap;

Completed in 176 milliseconds