Home
last modified time | relevance | path

Searched refs:addResyncSample (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h121 void addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod,
H A DScheduler.cpp551 void Scheduler::addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod, in addResyncSample() function in android::Scheduler
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1752 mScheduler->addResyncSample(timestamp, vsyncPeriod, &periodFlushed); in onComposerHalVsync()