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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoPlugin.h32 class CryptoPlugin : public android::CryptoPlugin { class in namespace:clearkeydrm
34 CryptoPlugin(const android::Vector<uint8_t>& sessionId) { function in class:clearkeydrm::CryptoPlugin
38 virtual ~CryptoPlugin() {}
57 DISALLOW_EVIL_CONSTRUCTORS(CryptoPlugin);
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h28 struct CryptoPlugin;
38 CryptoPlugin **plugin) = 0;
45 struct CryptoPlugin { struct in namespace:android
60 CryptoPlugin() {} function in struct:android::CryptoPlugin
61 virtual ~CryptoPlugin() {}
105 CryptoPlugin(const CryptoPlugin &);
106 CryptoPlugin &operator=(const CryptoPlugin &);

Completed in 948 milliseconds