/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
H A D | ComposerVts.cpp | 248 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 D | ComposerVts.h | 108 void setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount);
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
H A D | MockComposer.h | 89 MOCK_METHOD1(setClientTargetSlotCount, Error(Display));
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | ComposerHal.h | 148 virtual Error setClientTargetSlotCount(Display display) = 0; 392 Error setClientTargetSlotCount(Display display) override;
|
H A D | ComposerHal.cpp | 579 Error Composer::setClientTargetSlotCount(Display display) in setClientTargetSlotCount() function in android::Hwc2::impl::Composer 582 auto ret = mClient->setClientTargetSlotCount(display, bufferSlotCount); in setClientTargetSlotCount()
|
H A D | HWC2.cpp | 550 mComposer.setClientTargetSlotCount(mId); in setConnected()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | DisplayTransactionTestHelpers.h | 451 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 D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 405 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 D | ComposerClient.h | 285 Return<Error> setClientTargetSlotCount(Display display, in setClientTargetSlotCount() function
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerClient.h | 117 Return<Error> setClientTargetSlotCount(uint64_t display,
|
H A D | QtiComposerClient.cpp | 503 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 D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 387 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kClientTargetSlotCount)); in TEST_P() 505 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kClientTargetSlotCount)); in TEST_P()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/ |
H A D | IComposerClient.hal | 499 setClientTargetSlotCount(Display display,
|