commit | 8d7e31ee6aab919aeb1ef8bbb520cff2afc7e5d7 | [log] [tgz] |
---|---|---|
author | Fabien Sanglard <sanglardf@google.com> | Tue Mar 14 13:16:30 2017 -0700 |
committer | Fabien Sanglard <sanglardf@google.com> | Wed Mar 15 14:33:52 2017 -0700 |
tree | 3d8c5dd71ce265312907887e07afeaa395eb183c | |
parent | dc314a30ee814ed40b308375c8ff8b60a98a7661 [diff] [blame] |
Create present timestamp offset for SF Change-Id: Ic6435cca06739f749c6041c0925ca235dcc7f51e
diff --git a/configstore/1.0/ISurfaceFlingerConfigs.hal b/configstore/1.0/ISurfaceFlingerConfigs.hal index f9a49ce..58cb9f1 100644 --- a/configstore/1.0/ISurfaceFlingerConfigs.hal +++ b/configstore/1.0/ISurfaceFlingerConfigs.hal
@@ -70,4 +70,10 @@ * TARGET_HAS_HDR_DISPLAY to true in BoardConfig.mk */ hasHDRDisplay() generates (OptionalBool value); + + /* + * Specify the offset in nanoseconds to add to vsync time when timestamping + * present fences. + */ + presentTimeOffsetFromVSyncNs() generates(OptionalInt64 value); };