Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DDispSync.h62 virtual void setIgnorePresentFences(bool ignore) = 0;
184 void setIgnorePresentFences(bool ignore) override;
DScheduler.cpp315 void Scheduler::setIgnorePresentFences(bool ignore) { in setIgnorePresentFences() function in android::Scheduler
316 mPrimaryDispSync->setIgnorePresentFences(ignore); in setIgnorePresentFences()
DScheduler.h139 void setIgnorePresentFences(bool ignore);
DDispSync.cpp796 void DispSync::setIgnorePresentFences(bool ignore) { in setIgnorePresentFences() function in android::impl::DispSync
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockDispSync.h41 MOCK_METHOD1(setIgnorePresentFences, void(bool));
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1605 mScheduler->setIgnorePresentFences(getHwComposer().isUsingVrComposer() || !hasSyncFramework); in updateVrFlinger()