Home
last modified time | relevance | path

Searched refs:VsyncConfigOpt (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.h68 using VsyncConfigOpt = std::optional<VsyncConfig>; variable
96 [[nodiscard]] VsyncConfigOpt setTransactionSchedule(TransactionSchedule,
98 [[nodiscard]] VsyncConfigOpt onTransactionCommit();
102 [[nodiscard]] VsyncConfigOpt onRefreshRateChangeInitiated();
106 [[nodiscard]] VsyncConfigOpt onRefreshRateChangeCompleted();
108 [[nodiscard]] VsyncConfigOpt onDisplayRefresh(bool usedGpuComposition);
DVsyncModulator.cpp49 VsyncModulator::VsyncConfigOpt VsyncModulator::setTransactionSchedule(TransactionSchedule schedule, in setTransactionSchedule()
91 VsyncModulator::VsyncConfigOpt VsyncModulator::onTransactionCommit() { in onTransactionCommit()
98 VsyncModulator::VsyncConfigOpt VsyncModulator::onRefreshRateChangeInitiated() { in onRefreshRateChangeInitiated()
104 VsyncModulator::VsyncConfigOpt VsyncModulator::onRefreshRateChangeCompleted() { in onRefreshRateChangeCompleted()
110 VsyncModulator::VsyncConfigOpt VsyncModulator::onDisplayRefresh(bool usedGpuComposition) { in onDisplayRefresh()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h594 typename Handler = VsyncModulator::VsyncConfigOpt (VsyncModulator::*)(Args...)>