Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockVsyncController.h33 MOCK_METHOD(void, setIgnorePresentFences, (bool), (override));
/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncController.h77 virtual void setIgnorePresentFences(bool ignore) = 0;
DVSyncReactor.h47 void setIgnorePresentFences(bool ignore) final;
DVSyncReactor.cpp106 void VSyncReactor::setIgnorePresentFences(bool ignore) { in setIgnorePresentFences() function in android::scheduler::VSyncReactor
DVsyncSchedule.cpp149 reactor->setIgnorePresentFences(!features.test(Feature::kPresentFences)); in createController()
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncReactorTest.cpp187 mReactor.setIgnorePresentFences(true); in TEST_F()
192 mReactor.setIgnorePresentFences(false); in TEST_F()