Home
last modified time | relevance | path

Searched refs:TransactionSchedule (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.h65 [[nodiscard]] VsyncConfigOpt setTransactionSchedule(TransactionSchedule,
96 using Schedule = TransactionSchedule;
DVsyncModulator.cpp49 VsyncModulator::VsyncConfigOpt VsyncModulator::setTransactionSchedule(TransactionSchedule schedule, in setTransactionSchedule()
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DTransactionSchedule.h24 enum class TransactionSchedule { enum
/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncModulatorTest.cpp58 using Schedule = scheduler::TransactionSchedule;
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h387 using TransactionSchedule = scheduler::TransactionSchedule; variable
846 void setTransactionFlags(uint32_t mask, TransactionSchedule = TransactionSchedule::Late,
DSurfaceFlinger.cpp4817 void SurfaceFlinger::setTransactionFlags(uint32_t mask, TransactionSchedule schedule, in setTransactionFlags()
5289 if (flags & eEarlyWakeupEnd) return TransactionSchedule::EarlyEnd; in setTransactionState()
5290 if (flags & eEarlyWakeupStart) return TransactionSchedule::EarlyStart; in setTransactionState()
5291 return TransactionSchedule::Late; in setTransactionState()