Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockLayer.h28 EXPECT_CALL(*this, getDefaultFrameRateCompatibility())
34 EXPECT_CALL(*this, getDefaultFrameRateCompatibility())
45 MOCK_CONST_METHOD0(getDefaultFrameRateCompatibility, scheduler::FrameRateCompatibility());
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryTest.cpp164 EXPECT_CALL(*layer, getDefaultFrameRateCompatibility()) in TEST_F()
180 layer->getDefaultFrameRateCompatibility(), in TEST_F()
191 EXPECT_CALL(*layer, getDefaultFrameRateCompatibility()) in TEST_F()
205 layer->getDefaultFrameRateCompatibility(), in TEST_F()
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp117 getVoteType(layer->getDefaultFrameRateCompatibility(), contentDetectionEnabled); in registerLayer()
/frameworks/native/services/surfaceflinger/
DLayer.h342 virtual FrameRateCompatibility getDefaultFrameRateCompatibility() const;
DLayer.cpp1171 scheduler::FrameRateCompatibility Layer::getDefaultFrameRateCompatibility() const { in getDefaultFrameRateCompatibility() function in android::Layer