Searched refs:CryptoFactory (Results 1 – 14 of 14) sorted by relevance
30 struct CryptoFactory { struct31 CryptoFactory() {} in CryptoFactory() argument32 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);
25 android::CryptoFactory* createCryptoFactory();
37 struct CryptoFactory : public ICryptoFactory { struct38 CryptoFactory() {} in CryptoFactory() argument39 virtual ~CryptoFactory() {} in ~CryptoFactory() argument50 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(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()
24 "CryptoFactory.cpp",
30 using android::hardware::drm::V1_2::clearkey::CryptoFactory;35 sp<ICryptoFactory> cryptoFactory = new CryptoFactory; in main()
33 Return<bool> CryptoFactory::isCryptoSchemeSupported( in isCryptoSchemeSupported()39 Return<void> CryptoFactory::createPlugin( in createPlugin()
30 using android::hardware::drm::V1_2::clearkey::CryptoFactory;36 sp<ICryptoFactory> cryptoFactory = new CryptoFactory; in main()
35 return new CryptoFactory(); in createCryptoFactory()
26 "CryptoFactory.cpp",
24 android::CryptoFactory *createCryptoFactory();40 class MockCryptoFactory : public CryptoFactory {
35 CryptoFactory *createCryptoFactory() in createCryptoFactory()