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

Commit deddbbc1 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "mediaresourcemanager: remove AIDL comparison ops" am: 9494e4ed am: c5970fd0

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1522082

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I101e6247eb8ed2bca1b36232b147f5d487590881
parents 091346b0 c5970fd0
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -27,14 +27,6 @@
#include <media/stagefright/foundation/ADebug.h>
#include <media/stagefright/foundation/ADebug.h>
#include <media/stagefright/ProcessInfoInterface.h>
#include <media/stagefright/ProcessInfoInterface.h>


namespace aidl {
namespace android {
namespace media {
bool operator== (const MediaResourceParcel& lhs, const MediaResourceParcel& rhs) {
    return lhs.type == rhs.type && lhs.subType == rhs.subType &&
            lhs.id == rhs.id && lhs.value == rhs.value;
}}}}

namespace android {
namespace android {


using Status = ::ndk::ScopedAStatus;
using Status = ::ndk::ScopedAStatus;