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::sp<Session>& session) : mSession(session) {} function in class:clearkeydrm::CryptoPlugin
35 virtual ~CryptoPlugin() {}
49 DISALLOW_EVIL_CONSTRUCTORS(CryptoPlugin);
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h26 struct CryptoPlugin;
36 CryptoPlugin **plugin) = 0;
43 struct CryptoPlugin { struct in namespace:android
58 CryptoPlugin() {} function in struct:android::CryptoPlugin
59 virtual ~CryptoPlugin() {}
92 CryptoPlugin(const CryptoPlugin &);
93 CryptoPlugin &operator=(const CryptoPlugin &);

Completed in 211 milliseconds