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

Commit 0d057e5b authored by Robert Shih's avatar Robert Shih
Browse files

media jni: remove IDrmClient IBinbder inheritance

Bug: 134787536
Test: MediaDrmMockTest
Test: MediaDrmClearkeyTest
Change-Id: Id45bddc78226c555ed32f7a18746809af89e0322
parent 0f442f72
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,