Merge "Use dupFromAidl() for sidebandStream" into udc-dev am: e61670d58e am: 5c7195a597
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23302343 Change-Id: Ife7344104b5c01d1479a96e5d5cf14ccbb347ead Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user