Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h566 ConstVsyncSchedulePtr getVsyncScheduleLocked(
569 VsyncSchedulePtr getVsyncScheduleLocked(std::optional<PhysicalDisplayId> idOpt = std::nullopt)
572 static_cast<const Scheduler*>(this)->getVsyncScheduleLocked(idOpt)); in REQUIRES()
DScheduler.cpp770 return getVsyncScheduleLocked(idOpt); in getVsyncSchedule()
773 auto Scheduler::getVsyncScheduleLocked(std::optional<PhysicalDisplayId> idOpt) const in getVsyncScheduleLocked() function in android::scheduler::Scheduler
899 getVsyncScheduleLocked()->dump(out); in dumpVsync()