Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp86 EXPECT_CALL(*mHal, isVsyncPeriodSwitchSupported()).WillOnce(Return(false)); in TEST_F()
105 EXPECT_CALL(*mHal, isVsyncPeriodSwitchSupported()).WillOnce(Return(false)); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplay.h98 MOCK_CONST_METHOD0(isVsyncPeriodSwitchSupported, bool());
DMockComposer.h124 MOCK_METHOD0(isVsyncPeriodSwitchSupported, bool());
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h94 MOCK_CONST_METHOD1(isVsyncPeriodSwitchSupported, bool(DisplayId));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp193 bool Display::isVsyncPeriodSwitchSupported() const { in isVsyncPeriodSwitchSupported() function in android::HWC2::impl::Display
196 return mComposer.isVsyncPeriodSwitchSupported(); in isVsyncPeriodSwitchSupported()
204 if (isVsyncPeriodSwitchSupported()) { in getDisplayVsyncPeriod()
501 if (isVsyncPeriodSwitchSupported()) { in setActiveConfigWithConstraints()
DHWComposer.h202 virtual bool isVsyncPeriodSwitchSupported(DisplayId displayId) const = 0;
343 bool isVsyncPeriodSwitchSupported(DisplayId displayId) const override;
DHWComposer.cpp168 mComposer->isVsyncPeriodSwitchSupported())); in setConfiguration()
388 bool HWComposer::isVsyncPeriodSwitchSupported(DisplayId displayId) const { in isVsyncPeriodSwitchSupported() function in android::impl::HWComposer
390 return mDisplayData.at(displayId).hwcDisplay->isVsyncPeriodSwitchSupported(); in isVsyncPeriodSwitchSupported()
DHWC2.h162 virtual bool isVsyncPeriodSwitchSupported() const = 0;
319 virtual bool isVsyncPeriodSwitchSupported() const override;
DComposerHal.h220 virtual bool isVsyncPeriodSwitchSupported() = 0;
468 bool isVsyncPeriodSwitchSupported() override { return mClient_2_4 != nullptr; } in isVsyncPeriodSwitchSupported() function