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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoPlugin.h32 class CryptoPlugin : public android::CryptoPlugin { class in namespace:clearkeydrm
34 explicit 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
68 CryptoPlugin() {} function in struct:android::CryptoPlugin
69 virtual ~CryptoPlugin() {}
114 CryptoPlugin(const CryptoPlugin &);
115 CryptoPlugin &operator=(const CryptoPlugin &);

Completed in 97 milliseconds