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

  /frameworks/av/drm/mediadrm/plugins/clearkey/
CryptoPlugin.h 32 class CryptoPlugin : public android::CryptoPlugin {
34 CryptoPlugin(const android::Vector<uint8_t>& sessionId) {
38 virtual ~CryptoPlugin() {}
57 DISALLOW_EVIL_CONSTRUCTORS(CryptoPlugin);
  /frameworks/native/include/media/hardware/
CryptoAPI.h 28 struct CryptoPlugin;
38 CryptoPlugin **plugin) = 0;
45 struct CryptoPlugin {
60 CryptoPlugin() {}
61 virtual ~CryptoPlugin() {}
105 CryptoPlugin(const CryptoPlugin &);
106 CryptoPlugin &operator=(const CryptoPlugin &);

Completed in 35 milliseconds