Home
last modified time | relevance | path

Searched refs:isVrrSupported (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp169 EXPECT_CALL(*mHal, isVrrSupported()).WillRepeatedly(Return(false)); in TEST_F()
261 EXPECT_CALL(*mHal, isVrrSupported()).WillRepeatedly(Return(false)); in TEST_F()
350 EXPECT_CALL(*mHal, isVrrSupported()).WillRepeatedly(Return(true)); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockComposer.h54 MOCK_METHOD(bool, isVrrSupported, (), (const, override));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DAidlComposerHal.h69 bool isVrrSupported() const;
DComposerHal.h108 virtual bool isVrrSupported() const = 0;
DHidlComposerHal.h170 bool isVrrSupported() const;
DHWComposer.cpp273 if (mComposer->isVrrSupported()) { in getModes()
DHidlComposerHal.cpp279 bool HidlComposer::isVrrSupported() const { in isVrrSupported() function in android::Hwc2::HidlComposer
DAidlComposerHal.cpp294 bool AidlComposer::isVrrSupported() const { in isVrrSupported() function in android::Hwc2::AidlComposer
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2300 getHwComposer().getComposer()->isVrrSupported() ? data.refreshPeriodNanos in onRefreshRateChangedDebug()