Searched refs:VsyncConfigOpt (Results 1 – 3 of 3) sorted by relevance
68 using VsyncConfigOpt = std::optional<VsyncConfig>; variable96 [[nodiscard]] VsyncConfigOpt setTransactionSchedule(TransactionSchedule,98 [[nodiscard]] VsyncConfigOpt onTransactionCommit();102 [[nodiscard]] VsyncConfigOpt onRefreshRateChangeInitiated();106 [[nodiscard]] VsyncConfigOpt onRefreshRateChangeCompleted();108 [[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()
594 typename Handler = VsyncModulator::VsyncConfigOpt (VsyncModulator::*)(Args...)>