Home
last modified time | relevance | path

Searched refs:setClientTargetSlotCount (Results 1 – 13 of 13) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DComposerVts.cpp248 void ComposerClient::setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount) { in setClientTargetSlotCount() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient
249 Error error = mClient->setClientTargetSlotCount(display, clientTargetSlotCount); in setClientTargetSlotCount()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
H A DComposerVts.h108 void setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount);
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockComposer.h89 MOCK_METHOD1(setClientTargetSlotCount, Error(Display));
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h148 virtual Error setClientTargetSlotCount(Display display) = 0;
392 Error setClientTargetSlotCount(Display display) override;
H A DComposerHal.cpp579 Error Composer::setClientTargetSlotCount(Display display) in setClientTargetSlotCount() function in android::Hwc2::impl::Composer
582 auto ret = mClient->setClientTargetSlotCount(display, bufferSlotCount); in setClientTargetSlotCount()
H A DHWC2.cpp550 mComposer.setClientTargetSlotCount(mId); in setConnected()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DDisplayTransactionTestHelpers.h451 EXPECT_CALL(*test->mComposer, setClientTargetSlotCount(_))
620 EXPECT_CALL(*test->mComposer, setClientTargetSlotCount(_)).WillOnce(Return(Error::NONE));
/aosp12/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerV2_1TargetTest.cpp405 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kBufferSlotCount); in TEST_P()
706 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kBufferSlotCount); in TEST_P()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h285 Return<Error> setClientTargetSlotCount(Display display, in setClientTargetSlotCount() function
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h117 Return<Error> setClientTargetSlotCount(uint64_t display,
H A DQtiComposerClient.cpp503 Return<Error> QtiComposerClient::setClientTargetSlotCount(uint64_t display, in setClientTargetSlotCount() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2ReadbackTest.cpp387 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kClientTargetSlotCount)); in TEST_P()
505 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kClientTargetSlotCount)); in TEST_P()
/aosp12/hardware/interfaces/graphics/composer/2.1/
H A DIComposerClient.hal499 setClientTargetSlotCount(Display display,