Merge "Camera2: Properly copy over user tag when cloning requests" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
aa0143006f
@@ -82,6 +82,7 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable {
|
|||||||
private CaptureRequest(CaptureRequest source) {
|
private CaptureRequest(CaptureRequest source) {
|
||||||
mSettings = new CameraMetadataNative(source.mSettings);
|
mSettings = new CameraMetadataNative(source.mSettings);
|
||||||
mSurfaceSet = (HashSet<Surface>) source.mSurfaceSet.clone();
|
mSurfaceSet = (HashSet<Surface>) source.mSurfaceSet.clone();
|
||||||
|
mUserTag = source.mUserTag;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user