Searched refs:CryptoFactory (Results 1 – 11 of 11) sorted by relevance
30 struct CryptoFactory { struct31 CryptoFactory() {} in CryptoFactory() function32 virtual ~CryptoFactory() {} in ~CryptoFactory() argument41 CryptoFactory(const CryptoFactory &);42 CryptoFactory &operator=(const CryptoFactory &); argument121 extern android::CryptoFactory *createCryptoFactory();
26 class CryptoFactory : public android::CryptoFactory {28 CryptoFactory() {} in CryptoFactory() function29 virtual ~CryptoFactory() {} in ~CryptoFactory()39 DISALLOW_EVIL_CONSTRUCTORS(CryptoFactory);
28 android::CryptoFactory* createCryptoFactory() { in createCryptoFactory()29 return new clearkeydrm::CryptoFactory(); in createCryptoFactory()
33 bool CryptoFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) const { in isCryptoSchemeSupported()37 android::status_t CryptoFactory::createPlugin( in createPlugin()
25 android::CryptoFactory* createCryptoFactory();
23 CryptoFactory.cpp \
29 struct CryptoFactory;66 CryptoFactory *mFactory;
24 android::CryptoFactory *createCryptoFactory();40 class MockCryptoFactory : public CryptoFactory {
35 CryptoFactory *createCryptoFactory() in createCryptoFactory()
161 typedef CryptoFactory *(*CreateCryptoFactoryFunc)(); in loadLibraryForScheme()