Home
last modified time | relevance | path

Searched refs:setActiveConfigWithConstraints (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/fakehwc/
DMockComposerHal.h41 MOCK_METHOD4(setActiveConfigWithConstraints,
DSFFakeHwc_test.cpp433 EXPECT_CALL(*mMockComposer, setActiveConfigWithConstraints(EXTERNAL_DISPLAY, 2, _, _)) in Test_HotplugTwoSeparateConfigs()
539 EXPECT_CALL(*mMockComposer, setActiveConfigWithConstraints(EXTERNAL_DISPLAY, 3, _, _)) in Test_HotplugTwoConfigsSameGroup()
655 EXPECT_CALL(*mMockComposer, setActiveConfigWithConstraints(EXTERNAL_DISPLAY, 3, _, _)) in Test_HotplugThreeConfigsMixedGroups()
702 EXPECT_CALL(*mMockComposer, setActiveConfigWithConstraints(EXTERNAL_DISPLAY, 4, _, _)) in Test_HotplugThreeConfigsMixedGroups()
749 EXPECT_CALL(*mMockComposer, setActiveConfigWithConstraints(EXTERNAL_DISPLAY, 5, _, _)) in Test_HotplugThreeConfigsMixedGroups()
DFakeComposerClient.cpp755 V2_4::Error FakeComposerClient::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in FakeComposerClient
761 return mMockHal->setActiveConfigWithConstraints(display, config, in setActiveConfigWithConstraints()
DFakeComposerClient.h237 V2_4::Error setActiveConfigWithConstraints(
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplay.h89 MOCK_METHOD3(setActiveConfigWithConstraints,
DMockComposer.h131 MOCK_METHOD4(setActiveConfigWithConstraints,
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h96 MOCK_METHOD4(setActiveConfigWithConstraints,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h204 virtual status_t setActiveConfigWithConstraints(
345 status_t setActiveConfigWithConstraints(DisplayId displayId, size_t configId,
DHWC2.h229 [[clang::warn_unused_result]] virtual hal::Error setActiveConfigWithConstraints(
302 hal::Error setActiveConfigWithConstraints(
DComposerHal.h227 virtual V2_4::Error setActiveConfigWithConstraints(
474 V2_4::Error setActiveConfigWithConstraints(
DHWComposer.cpp655 status_t HWComposer::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in android::impl::HWComposer
667 displayData.hwcDisplay->setActiveConfigWithConstraints(displayData.configMap[configId], in setActiveConfigWithConstraints()
DHWC2.cpp490 Error Display::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in android::HWC2::impl::Display
508 mComposer.setActiveConfigWithConstraints(mId, config->getId(), hwc2Constraints, in setActiveConfigWithConstraints()
DComposerHal.cpp1265 V2_4::Error Composer::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in android::Hwc2::impl::Composer
1275 mClient_2_4->setActiveConfigWithConstraints(display, config, vsyncPeriodChangeConstraints, in setActiveConfigWithConstraints()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1145 getHwComposer().setActiveConfigWithConstraints(*displayId, in performSetActiveConfig()
5988 if (getHwComposer().setActiveConfigWithConstraints(*displayId, in setDesiredDisplayConfigSpecsInternal()