Home
last modified time | relevance | path

Searched defs:CryptoPlugin (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DCryptoPlugin.h59 struct CryptoPlugin : public drm::V1_4::ICryptoPlugin { struct
60 explicit CryptoPlugin(const hidl_vec<uint8_t>& sessionId) { in CryptoPlugin() argument
63 virtual ~CryptoPlugin() {} in ~CryptoPlugin() argument
65 Return<bool> requiresSecureDecoderComponent(const hidl_string& mime) { in requiresSecureDecoderComponent()
70 Return<void> notifyResolution(uint32_t width, uint32_t height) { in notifyResolution()
110 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(CryptoPlugin); argument
112 std::mutex mSharedBufferLock;
114 sp<Session> mSession;
115 Status mInitStatus;
/aosp12/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.h47 struct CryptoPlugin : public ICryptoPlugin { struct
48 CryptoPlugin(android::CryptoPlugin *plugin) : mLegacyPlugin(plugin) {} in CryptoPlugin() function
50 ~CryptoPlugin() {delete mLegacyPlugin;} in ~CryptoPlugin() argument
78 void operator=(const CryptoPlugin &) = delete; argument
80 std::mutex mSharedBufferLock;
/aosp12/frameworks/native/headers/media_plugin/media/hardware/
H A DCryptoAPI.h45 struct CryptoPlugin { struct
68 CryptoPlugin() {} in CryptoPlugin() argument
69 virtual ~CryptoPlugin() {} in ~CryptoPlugin() argument
82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} in notifyResolution()
90 virtual status_t setMediaDrmSession(const Vector<uint8_t> & /*sessionId */) { in setMediaDrmSession()
115 CryptoPlugin &operator=(const CryptoPlugin &); argument
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DCryptoPlugin.h34 explicit CryptoPlugin(const android::Vector<uint8_t>& sessionId) { in CryptoPlugin() function
/aosp12/hardware/interfaces/drm/1.4/vts/functional/
H A Ddrm_hal_test.cpp37 sp<V1_0::ICryptoPlugin> DrmHalTest::CryptoPlugin(const SessionId& sid) { in CryptoPlugin() function in android::hardware::drm::V1_4::vts::DrmHalTest