HomeSort by relevance Sort by last modified time
    Searched defs:CryptoFactory (Results 1 - 2 of 2) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/
CryptoFactory.h 26 class CryptoFactory : public android::CryptoFactory {
28 CryptoFactory() {}
29 virtual ~CryptoFactory() {}
39 DISALLOW_EVIL_CONSTRUCTORS(CryptoFactory);
  /frameworks/native/include/media/hardware/
CryptoAPI.h 28 struct CryptoFactory {
29 CryptoFactory() {}
30 virtual ~CryptoFactory() {}
39 CryptoFactory(const CryptoFactory &);
40 CryptoFactory &operator=(const CryptoFactory &);
99 extern android::CryptoFactory *createCryptoFactory();

Completed in 46 milliseconds