diff options
| author | 2021-04-13 19:58:27 +0000 | |
|---|---|---|
| committer | 2021-04-13 19:58:27 +0000 | |
| commit | fb44e5fa11a54df69ed2afa9293c9a8bbd52cc7c (patch) | |
| tree | 4efbd1ba75b013e2be6e4036cb89a31fb4a705e4 /libs/gui/DisplayEventDispatcher.cpp | |
| parent | ac95b6268f2b02f6ad2d487b9986f4a0d394433e (diff) | |
| parent | c0086af0dd6fc979f1f03328db5a9e72feb4f258 (diff) | |
Merge "Change hwui jank detection to use deadline & gpu completion (2/2)" into sc-dev
Diffstat (limited to 'libs/gui/DisplayEventDispatcher.cpp')
| -rw-r--r-- | libs/gui/DisplayEventDispatcher.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/DisplayEventDispatcher.cpp b/libs/gui/DisplayEventDispatcher.cpp index 9cd3f631c8..e1b1efc0ed 100644 --- a/libs/gui/DisplayEventDispatcher.cpp +++ b/libs/gui/DisplayEventDispatcher.cpp @@ -152,6 +152,7 @@ bool DisplayEventDispatcher::processPendingEvents(nsecs_t* outTimestamp, *outCount = ev.vsync.count; outVsyncEventData->id = ev.vsync.vsyncId; outVsyncEventData->deadlineTimestamp = ev.vsync.deadlineTimestamp; + outVsyncEventData->frameInterval = ev.vsync.frameInterval; break; case DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG: dispatchHotplug(ev.header.timestamp, ev.header.displayId, ev.hotplug.connected); |