From 87590f0b1ea85f6ec6364ed996c95f69bb3f28c2 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Wed, 20 Jul 2016 11:20:02 -0700 Subject: cmsdk/livedisplay: Add support for picture adjustment * Allows adjustment of hue, saturation, intensity, and contrast. Change-Id: Icf8ff6200a07b68e09dcd7f140a82e57b53944f7 --- sdk/src/java/cyanogenmod/hardware/HSIC.aidl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sdk/src/java/cyanogenmod/hardware/HSIC.aidl (limited to 'sdk/src/java/cyanogenmod/hardware/HSIC.aidl') diff --git a/sdk/src/java/cyanogenmod/hardware/HSIC.aidl b/sdk/src/java/cyanogenmod/hardware/HSIC.aidl new file mode 100644 index 0000000..1689ee6 --- /dev/null +++ b/sdk/src/java/cyanogenmod/hardware/HSIC.aidl @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2015 The CyanogenMod Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package cyanogenmod.hardware; + +parcelable HSIC; -- cgit v1.1