commit | 115ac691f66f87782de4089254c928f55d70bbc1 | [log] [tgz] |
---|---|---|
author | Adithya Srinivasan <adsrini@google.com> | Sat Mar 06 01:21:30 2021 +0000 |
committer | Adithya Srinivasan <adsrini@google.com> | Wed Mar 10 02:44:40 2021 +0000 |
tree | 3a6950c5b965b2071546a7fb179c90478547dd0c | |
parent | 63ec1cfac84b58aecb7f320a5763faf6a893f890 [diff] |
Call SurfaceFrame::onPresent if DisplayFrame predictions expired If the DisplayFrame's Predictions have expired, that shouldn't stop the SurfaceFrames from being classified. The predictions for SurfaceFrames and DisplayFrames are retreived at different points of time. So, if a present fence is signaled, make sure the SurfaceFrame's onPresent is called. Bug: 182006762 Test: libsurfaceflinger_unittest Change-Id: I23f3b85f979938a6e4a7e2dcf7341d6ab2222d53