Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.h48 using VsyncConfigOpt = std::optional<VsyncConfig>; variable
65 [[nodiscard]] VsyncConfigOpt setTransactionSchedule(TransactionSchedule,
67 [[nodiscard]] VsyncConfigOpt onTransactionCommit();
71 [[nodiscard]] VsyncConfigOpt onRefreshRateChangeInitiated();
75 [[nodiscard]] VsyncConfigOpt onRefreshRateChangeCompleted();
77 [[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()