aboutsummaryrefslogtreecommitdiffstats
path: root/sdk/src/java/cyanogenmod/hardware/HSIC.aidl
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-07-20 11:20:02 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-08 12:41:27 -0700
commit87590f0b1ea85f6ec6364ed996c95f69bb3f28c2 (patch)
tree66dadbed3c2ecdb864b50566333edef0f6a96453 /sdk/src/java/cyanogenmod/hardware/HSIC.aidl
parent3e7dac120a1468ade555975e6267d3db7c1b231c (diff)
downloadvendor_cmsdk-87590f0b1ea85f6ec6364ed996c95f69bb3f28c2.zip
vendor_cmsdk-87590f0b1ea85f6ec6364ed996c95f69bb3f28c2.tar.gz
vendor_cmsdk-87590f0b1ea85f6ec6364ed996c95f69bb3f28c2.tar.bz2
cmsdk/livedisplay: Add support for picture adjustment
* Allows adjustment of hue, saturation, intensity, and contrast. Change-Id: Icf8ff6200a07b68e09dcd7f140a82e57b53944f7
Diffstat (limited to 'sdk/src/java/cyanogenmod/hardware/HSIC.aidl')
-rw-r--r--sdk/src/java/cyanogenmod/hardware/HSIC.aidl19
1 files changed, 19 insertions, 0 deletions
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;