Searched defs:Crypto (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DCrypto.h32 struct Crypto : public BnCrypto { struct in namespace:android
33 Crypto();
34 virtual ~Crypto();
78 DISALLOW_EVIL_CONSTRUCTORS(Crypto);
H A DCrypto.cpp18 #define LOG_TAG "Crypto"
23 #include "Crypto.h"
34 KeyedVector<Vector<uint8_t>, String8> Crypto::mUUIDToLibraryPathMap;
35 KeyedVector<String8, wp<SharedLibrary> > Crypto::mLibraryPathToOpenLibraryMap;
36 Mutex Crypto::mMapLock;
48 Crypto::Crypto() function in class:android::Crypto
54 Crypto::~Crypto() {
60 void Crypto
[all...]

Completed in 54 milliseconds