summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-10-25 18:41:44 -0700
committerLinux Build Service Account <lnxbuild@localhost>2019-10-25 18:41:44 -0700
commit7b005079e62fa6fd99cb9db535d6d20a3486a729 (patch)
tree1548e2682f673064fc38496f640a1a1cf799a109
parentfb372e0d9527ed0f4b2c7fb507fd7ba8cc74206f (diff)
parentf5d86d2a6771454221d740689b2c4246464974a5 (diff)
downloadandroid_vendor_qcom_opensource_interfaces-7b005079e62fa6fd99cb9db535d6d20a3486a729.tar.gz
android_vendor_qcom_opensource_interfaces-7b005079e62fa6fd99cb9db535d6d20a3486a729.tar.bz2
android_vendor_qcom_opensource_interfaces-7b005079e62fa6fd99cb9db535d6d20a3486a729.zip
Merge f5d86d2a6771454221d740689b2c4246464974a5 on remote branch
Change-Id: I89f804724809de540c1399afcafaf9c379ff6b36
-rw-r--r--display/config/1.12/IDisplayConfig.hal46
-rw-r--r--display/current.txt1
2 files changed, 47 insertions, 0 deletions
diff --git a/display/config/1.12/IDisplayConfig.hal b/display/config/1.12/IDisplayConfig.hal
new file mode 100644
index 0000000..175fcff
--- /dev/null
+++ b/display/config/1.12/IDisplayConfig.hal
@@ -0,0 +1,46 @@
+/*
+ * Copyright (c) 2019 The Linux Foundation. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are
+ * met:
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above
+ * copyright notice, this list of conditions and the following
+ * disclaimer in the documentation and/or other materials provided
+ * with the distribution.
+ * * Neither the name of The Linux Foundation. nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+package vendor.display.config@1.12;
+
+import @1.11::IDisplayConfig;
+
+interface IDisplayConfig extends @1.11::IDisplayConfig {
+ /*
+ * Query if the specified DisplayConfig has Smart Panel.
+ *
+ * @param disp_id Display Id.
+ *
+ * @param config_id DisplayConfig Id.
+ *
+ * @return is_smart True if the DisplayConfig has Smart Panel.
+ */
+ @callflow(next="*")
+ isSmartPanelConfig(uint32_t disp_id, uint32_t config_id) generates (bool is_smart);
+};
diff --git a/display/current.txt b/display/current.txt
index 62e9411..590a250 100644
--- a/display/current.txt
+++ b/display/current.txt
@@ -48,6 +48,7 @@ fd36f8dbe80403d93f0e94651ae4efa1aa22053351e7783f5d99457cff9dbacc vendor.display.
f78bba2991501438ad9ca1a0812f6a2a3991cb178bec4c00bd8eec841777d8d9 vendor.display.config@1.10::IDisplayConfig
50369a070405a1f0cac44648f39ca32864c1339896d6eb16524b32fff9e95f03 vendor.display.config@1.10::IDisplayCWBCallback
10a290fc22df7680d00c53370870d5e941b7d60afcb94e90d2dd03369e7ccebc vendor.display.config@1.11::IDisplayConfig
+ec808064f9829b3c124edf70042b651aac29ec0c3ebc842626c42da4a327ff2c vendor.display.config@1.12::IDisplayConfig
#HAL released in Android Q
72889f3c7812efb6e00cd59d17dca3ee392b029eef83622758d206e1e835722c vendor.qti.hardware.display.mapper@3.0::IQtiMapper