Home
last modified time | relevance | path

Searched refs:periodFlushed (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DDispSync.h52 virtual bool addResyncSample(nsecs_t timestamp, bool* periodFlushed) = 0;
130 bool addResyncSample(nsecs_t timestamp, bool* periodFlushed) override;
DScheduler.cpp290 void Scheduler::addResyncSample(const nsecs_t timestamp, bool* periodFlushed) { in addResyncSample() argument
292 *periodFlushed = false; in addResyncSample()
296 needsHwVsync = mPrimaryDispSync->addResyncSample(timestamp, periodFlushed); in addResyncSample()
DDispSync.cpp547 bool DispSync::addResyncSample(nsecs_t timestamp, bool* periodFlushed) { in addResyncSample() argument
552 *periodFlushed = false; in addResyncSample()
579 *periodFlushed = true; in addResyncSample()
610 *periodFlushed = true; in addResyncSample()
DScheduler.h137 void addResyncSample(const nsecs_t timestamp, bool* periodFlushed);
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1433 bool periodFlushed = false; in onVsyncReceived() local
1434 mScheduler->addResyncSample(timestamp, &periodFlushed); in onVsyncReceived()
1435 if (periodFlushed) { in onVsyncReceived()