Searched refs:isVrrSupported (Results 1 – 9 of 9) sorted by relevance
169 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()
54 MOCK_METHOD(bool, isVrrSupported, (), (const, override));
69 bool isVrrSupported() const;
108 virtual bool isVrrSupported() const = 0;
170 bool isVrrSupported() const;
273 if (mComposer->isVrrSupported()) { in getModes()
279 bool HidlComposer::isVrrSupported() const { in isVrrSupported() function in android::Hwc2::HidlComposer
294 bool AidlComposer::isVrrSupported() const { in isVrrSupported() function in android::Hwc2::AidlComposer
2300 getHwComposer().getComposer()->isVrrSupported() ? data.refreshPeriodNanos in onRefreshRateChangedDebug()