Searched refs:isVsyncPeriodSwitchSupported (Results 1 – 9 of 9) sorted by relevance
86 EXPECT_CALL(*mHal, isVsyncPeriodSwitchSupported()).WillOnce(Return(false)); in TEST_F()105 EXPECT_CALL(*mHal, isVsyncPeriodSwitchSupported()).WillOnce(Return(false)); in TEST_F()
98 MOCK_CONST_METHOD0(isVsyncPeriodSwitchSupported, bool());
124 MOCK_METHOD0(isVsyncPeriodSwitchSupported, bool());
94 MOCK_CONST_METHOD1(isVsyncPeriodSwitchSupported, bool(DisplayId));
193 bool Display::isVsyncPeriodSwitchSupported() const { in isVsyncPeriodSwitchSupported() function in android::HWC2::impl::Display196 return mComposer.isVsyncPeriodSwitchSupported(); in isVsyncPeriodSwitchSupported()204 if (isVsyncPeriodSwitchSupported()) { in getDisplayVsyncPeriod()501 if (isVsyncPeriodSwitchSupported()) { in setActiveConfigWithConstraints()
202 virtual bool isVsyncPeriodSwitchSupported(DisplayId displayId) const = 0;343 bool isVsyncPeriodSwitchSupported(DisplayId displayId) const override;
168 mComposer->isVsyncPeriodSwitchSupported())); in setConfiguration()388 bool HWComposer::isVsyncPeriodSwitchSupported(DisplayId displayId) const { in isVsyncPeriodSwitchSupported() function in android::impl::HWComposer390 return mDisplayData.at(displayId).hwcDisplay->isVsyncPeriodSwitchSupported(); in isVsyncPeriodSwitchSupported()
162 virtual bool isVsyncPeriodSwitchSupported() const = 0;319 virtual bool isVsyncPeriodSwitchSupported() const override;
220 virtual bool isVsyncPeriodSwitchSupported() = 0;468 bool isVsyncPeriodSwitchSupported() override { return mClient_2_4 != nullptr; } in isVsyncPeriodSwitchSupported() function