Loading drm/1.0/default/CryptoPlugin.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,11 @@ namespace implementation { const DestinationBuffer& destination, decrypt_cb _hidl_cb) { if (mSharedBufferBase == NULL) { _hidl_cb(Status::BAD_VALUE, 0, "decrypt buffer base not set"); return Void(); } android::CryptoPlugin::Mode legacyMode; switch(mode) { case Mode::UNENCRYPTED: Loading Loading
drm/1.0/default/CryptoPlugin.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,11 @@ namespace implementation { const DestinationBuffer& destination, decrypt_cb _hidl_cb) { if (mSharedBufferBase == NULL) { _hidl_cb(Status::BAD_VALUE, 0, "decrypt buffer base not set"); return Void(); } android::CryptoPlugin::Mode legacyMode; switch(mode) { case Mode::UNENCRYPTED: Loading