am 8233b6eb: am aa014300: Merge "Camera2: Properly copy over user tag when cloning requests" into klp-dev
* commit '8233b6ebd7b54a92502bf93ca23e17d1628f4ff7': Camera2: Properly copy over user tag when cloning requests
This commit is contained in:
@@ -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