Lines Matching refs:CryptoPlugin
36 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()
99 android::CryptoPlugin::Pattern legacyPattern; in decrypt()
103 std::unique_ptr<android::CryptoPlugin::SubSample[]> legacySubSamples = in decrypt()
104 std::make_unique<android::CryptoPlugin::SubSample[]>(subSamples.size()); in decrypt()