Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h102 using VsyncSchedulePtr = std::shared_ptr<VsyncSchedule>; variable
251 VsyncSchedulePtr getVsyncSchedule(std::optional<PhysicalDisplayId> idOpt = std::nullopt)
409 void registerDisplayInternal(PhysicalDisplayId, RefreshRateSelectorPtr, VsyncSchedulePtr,
511 VsyncSchedulePtr schedulePtr, FeatureFlags features) in Display()
521 VsyncSchedulePtr schedulePtr;
569 VsyncSchedulePtr getVsyncScheduleLocked(std::optional<PhysicalDisplayId> idOpt = std::nullopt)
DScheduler.cpp141 VsyncSchedulePtr schedulePtr, in registerDisplayInternal()