Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa6b7b72 authored by Robert Shih's avatar Robert Shih Committed by Android (Google) Code Review
Browse files

Merge "media jni: remove IDrmClient IBinbder inheritance"

parents 6572dcfa 0d057e5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public:
                        const ListenerArgs *args) = 0;
};

struct JDrm : public BnDrmClient {
struct JDrm : public IDrmClient {
    static status_t IsCryptoSchemeSupported(const uint8_t uuid[16],
                                            const String8 &mimeType,
                                            DrmPlugin::SecurityLevel level,