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

Commit 3fd43520 authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "IDataSource no longer has DrmInitialization"

parents e993fb8b 161405f6
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@
#include <nativehelper/JNIHelp.h>

#include <binder/MemoryDealer.h>
#include <drm/drm_framework_common.h>
#include <media/stagefright/foundation/ADebug.h>
#include <nativehelper/ScopedLocalRef.h>

@@ -160,8 +159,4 @@ String8 JMediaDataSource::toString() {
    return String8::format("JMediaDataSource(pid %d, uid %d)", getpid(), getuid());
}

sp<DecryptHandle> JMediaDataSource::DrmInitialization(const char * /* mime */) {
    return NULL;
}

}  // namespace android
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ public:
    virtual void close();
    virtual uint32_t getFlags();
    virtual String8 toString();
    virtual sp<DecryptHandle> DrmInitialization(const char *mime);

private:
    // Protect all member variables with mLock because this object will be