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

Commit 6d6c5b5a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use dupFromAidl() for sidebandStream" into udc-dev am: e61670d5 am:...

Merge "Use dupFromAidl() for sidebandStream" into udc-dev am: e61670d5 am: 5c7195a5 am: 1ec573a0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23302343



Change-Id: I02fa1adda1cff05f0ec367d852e10a9bcc57a6b0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2e78a495 1ec573a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ int JTvInputHal::addOrUpdateStream(int deviceId, int streamId, const sp<Surface>
                  status.getServiceSpecificError());
            return UNKNOWN_ERROR;
        }
        connection.mSourceHandle = NativeHandle::create(makeFromAidl(sidebandStream), true);
        connection.mSourceHandle = NativeHandle::create(dupFromAidl(sidebandStream), true);
    }
    connection.mSurface = surface;
    if (connection.mSurface != nullptr) {