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

Commit 0666df9f authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "IDataSource no longer has DrmInitialization"

am: 3fd43520

Change-Id: I27f64d73a04448521ee0becd705f355d0efb3a6a
parents 2ca04cf3 3fd43520
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