Loading core/java/android/hardware/camera2/impl/CameraDeviceSetupImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,8 @@ public class CameraDeviceSetupImpl extends CameraDevice.CameraDeviceSetup { try { return cameraService.isSessionConfigurationWithParametersSupported(mCameraId, mTargetSdkVersion, config, mContext.getDeviceId(), mTargetSdkVersion, config, mContext.getDeviceId(), mCameraManager.getDevicePolicyFromContext(mContext)); } catch (ServiceSpecificException e) { throw ExceptionUtils.throwAsPublicException(e); Loading Loading
core/java/android/hardware/camera2/impl/CameraDeviceSetupImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,8 @@ public class CameraDeviceSetupImpl extends CameraDevice.CameraDeviceSetup { try { return cameraService.isSessionConfigurationWithParametersSupported(mCameraId, mTargetSdkVersion, config, mContext.getDeviceId(), mTargetSdkVersion, config, mContext.getDeviceId(), mCameraManager.getDevicePolicyFromContext(mContext)); } catch (ServiceSpecificException e) { throw ExceptionUtils.throwAsPublicException(e); Loading