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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoFactory.h26 class CryptoFactory : public android::CryptoFactory { class in namespace:clearkeydrm
28 CryptoFactory() {} function in class:clearkeydrm::CryptoFactory
29 virtual ~CryptoFactory() {}
39 DISALLOW_EVIL_CONSTRUCTORS(CryptoFactory);
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h28 struct CryptoFactory { struct in namespace:android
29 CryptoFactory() {} function in struct:android::CryptoFactory
30 virtual ~CryptoFactory() {}
39 CryptoFactory(const CryptoFactory &);
40 CryptoFactory &operator=(const CryptoFactory &);
99 extern android::CryptoFactory *createCryptoFactory();

Completed in 48 milliseconds