summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/Scheduler/VSyncDispatch.h
AgeCommit message (Expand)Author
2024-08-26SF: Use last commited vsync for the next vsync callback ramindani
2024-02-21[SF] Send NotifyExpectedPresentHint at the transaction time ramindani
2024-02-06SF: Remove StrongTyping in favor of FTL mixins Dominik Laskowski
2024-02-06SF: Store VsyncDispatch callbacks in ftl::SmallMap Dominik Laskowski
2023-12-19SF: pass last vsync to VsyncPredictor Ady Abraham
2023-04-27Make VSyncCallbackRegistration's move operator= call unregisterCallback Leon Scroggins III
2023-02-22Reland "Create a VsyncSchedule per display" Leon Scroggins III
2023-02-06Revert "Create a VsyncSchedule per display" Leon Scroggins III
2023-02-01Create a VsyncSchedule per display Leon Scroggins III
2023-01-17SF: remove DispSyncSource Ady Abraham
2022-01-14SF: Set up libscheduler and libscheduler_test Dominik Laskowski
2021-05-13SF: return the expected wakeup time from VSyncDispatch Ady Abraham
2020-10-05SurfaceFlinger: decouple EventThread from SF wakeup Ady Abraham
2020-08-24SurfaceFlinger: use duration instead of offset Ady Abraham
2020-03-24SurfaceFlinger: add debug information when vsync is not generated Ady Abraham
2020-01-15SF: VSyncReactor: correct distribute timestamp Kevin DuBois
2019-12-19SF: VSyncDispatch: correct vsync prediction drift Kevin DuBois
2019-12-05SurfaceFlinger: use config groups Ady Abraham
2019-11-12SF: dispatch add testing surface for VSyncDispatch Kevin DuBois
2019-11-07SF: add VSyncDispatch Kevin DuBois