Searched refs:VsyncConfigOpt (Results 1 – 2 of 2) sorted by relevance
48 using VsyncConfigOpt = std::optional<VsyncConfig>; variable65 [[nodiscard]] VsyncConfigOpt setTransactionSchedule(TransactionSchedule,67 [[nodiscard]] VsyncConfigOpt onTransactionCommit();71 [[nodiscard]] VsyncConfigOpt onRefreshRateChangeInitiated();75 [[nodiscard]] VsyncConfigOpt onRefreshRateChangeCompleted();77 [[nodiscard]] VsyncConfigOpt onDisplayRefresh(bool usedGpuComposition);
49 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()