Home
last modified time | relevance | path

Searched refs:CryptoPlugin (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.h47 struct CryptoPlugin : public ICryptoPlugin { struct
48 CryptoPlugin(android::CryptoPlugin *plugin) : mLegacyPlugin(plugin) {} in CryptoPlugin() argument
50 ~CryptoPlugin() {delete mLegacyPlugin;} in ~CryptoPlugin() argument
73 android::CryptoPlugin *mLegacyPlugin;
76 CryptoPlugin() = delete;
77 CryptoPlugin(const CryptoPlugin &) = delete;
78 void operator=(const CryptoPlugin &) = delete; argument
DCryptoPlugin.cpp36 Return<bool> CryptoPlugin::requiresSecureDecoderComponent( in requiresSecureDecoderComponent()
41 Return<void> CryptoPlugin::notifyResolution(uint32_t width, in notifyResolution()
47 Return<Status> CryptoPlugin::setMediaDrmSession( in setMediaDrmSession()
52 Return<void> CryptoPlugin::setSharedBufferBase(const hidl_memory& base, in setSharedBufferBase()
63 Return<void> CryptoPlugin::decrypt(bool secure, in decrypt()
84 android::CryptoPlugin::Mode legacyMode = android::CryptoPlugin::kMode_Unencrypted; in decrypt()
87 legacyMode = android::CryptoPlugin::kMode_Unencrypted; in decrypt()
90 legacyMode = android::CryptoPlugin::kMode_AES_CTR; in decrypt()
93 legacyMode = android::CryptoPlugin::kMode_AES_WV; in decrypt()
96 legacyMode = android::CryptoPlugin::kMode_AES_CBC; in decrypt()
[all …]
DCryptoFactory.cpp49 android::CryptoPlugin *legacyPlugin = NULL; in createPlugin()
52 CryptoPlugin *newPlugin = NULL; in createPlugin()
56 newPlugin = new CryptoPlugin(legacyPlugin); in createPlugin()
DAndroid.bp151 "CryptoPlugin.cpp",
/hardware/interfaces/drm/1.4/vts/functional/
Ddrm_hal_test.cpp37 sp<V1_0::ICryptoPlugin> DrmHalTest::CryptoPlugin(const SessionId& sid) { in CryptoPlugin() function in android::hardware::drm::V1_4::vts::DrmHalTest
99 sp<V1_0::ICryptoPlugin> crypto(CryptoPlugin(sid)); in TEST_P()
160 auto crypto_1_0 = CryptoPlugin(sid); in TEST_P()
/hardware/interfaces/drm/1.4/vts/functional/include/android/hardware/drm/1.4/vts/
Ddrm_hal_test.h70 sp<V1_0::ICryptoPlugin> CryptoPlugin(const SessionId& sid);
/hardware/interfaces/cas/1.1/default/
DDescramblerImpl.cpp49 CHECK_SUBSAMPLE_DEF(CryptoPlugin);
/hardware/interfaces/cas/1.0/default/
DDescramblerImpl.cpp51 CHECK_SUBSAMPLE_DEF(CryptoPlugin);
/hardware/interfaces/cas/1.2/default/
DDescramblerImpl.cpp49 CHECK_SUBSAMPLE_DEF(CryptoPlugin);
/hardware/interfaces/drm/1.0/
Dtypes.hal93 * The DRM Plugin must return ERROR_DRM_DECRYPT if the CryptoPlugin