summaryrefslogtreecommitdiffstats
path: root/configstore/1.0/ISurfaceFlingerConfigs.hal
diff options
context:
space:
mode:
Diffstat (limited to 'configstore/1.0/ISurfaceFlingerConfigs.hal')
-rw-r--r--configstore/1.0/ISurfaceFlingerConfigs.hal6
1 files changed, 6 insertions, 0 deletions
diff --git a/configstore/1.0/ISurfaceFlingerConfigs.hal b/configstore/1.0/ISurfaceFlingerConfigs.hal
index 1eaa4e90e..43c96eef9 100644
--- a/configstore/1.0/ISurfaceFlingerConfigs.hal
+++ b/configstore/1.0/ISurfaceFlingerConfigs.hal
@@ -90,4 +90,10 @@ interface ISurfaceFlingerConfigs {
* Must be equals to min(max_width, max_height).
*/
maxVirtualDisplaySize() generates (OptionalUInt64 value);
+
+ /*
+ * Indicates if Sync framework is available. Sync framework provides fence
+ * mechanism which significantly reduces buffer processing latency.
+ */
+ hasSyncFramework() generates(OptionalBool value);
};