/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 99 void setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount);
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
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()
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 70 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 70 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 76 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 76 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() method
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 671 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() method
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerClient.h | 126 ndk::ScopedAStatus setClientTargetSlotCount(int64_t display, int32_t count) override;
|
D | ComposerClient.cpp | 392 ndk::ScopedAStatus ComposerClient::setClientTargetSlotCount(int64_t display, int32_t count) { in setClientTargetSlotCount() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsComposerClient.cpp | 384 ScopedAStatus VtsComposerClient::setClientTargetSlotCount(int64_t display, in setClientTargetSlotCount() function in aidl::android::hardware::graphics::composer3::vts::VtsComposerClient 386 return mComposerClient->setClientTargetSlotCount(display, bufferSlotCount); in setClientTargetSlotCount()
|
D | VtsComposerClient.h | 167 ScopedAStatus setClientTargetSlotCount(int64_t display, int32_t bufferSlotCount);
|
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 436 mComposerClient->setClientTargetSlotCount(getPrimaryDisplayId(), kClientTargetSlotCount) in TEST_P() 529 mComposerClient->setClientTargetSlotCount(getPrimaryDisplayId(), kClientTargetSlotCount) in TEST_P() 606 mComposerClient->setClientTargetSlotCount(getPrimaryDisplayId(), kClientTargetSlotCount) in TEST_P()
|
D | VtsHalGraphicsComposer3_TargetTest.cpp | 941 EXPECT_TRUE(mComposerClient->setClientTargetSlotCount(getPrimaryDisplayId(), kBufferSlotCount) in TEST_P() 1888 EXPECT_TRUE(mComposerClient->setClientTargetSlotCount(getPrimaryDisplayId(), kBufferSlotCount) in TEST_P()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 285 Return<Error> setClientTargetSlotCount(Display display, in setClientTargetSlotCount() function
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 404 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kBufferSlotCount); in TEST_P() 707 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kBufferSlotCount); in TEST_P()
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerClient.h | 117 Return<Error> setClientTargetSlotCount(uint64_t display,
|
D | QtiComposerClient.cpp | 504 Return<Error> QtiComposerClient::setClientTargetSlotCount(uint64_t display, in setClientTargetSlotCount() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 382 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kClientTargetSlotCount)); in TEST_P() 495 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kClientTargetSlotCount)); in TEST_P()
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 499 setClientTargetSlotCount(Display display,
|