Home
last modified time | relevance | path

Searched refs:clientTargetSlotCount (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerTestUtils.cpp266 uint32_t clientTargetSlotCount) { in setClientTargetSlotCount() argument
268 mClient->setClientTargetSlotCount(display, clientTargetSlotCount); in setClientTargetSlotCount()
DVtsHalGraphicsComposerTestUtils.h99 uint32_t clientTargetSlotCount);
/hardware/interfaces/graphics/composer/2.1/default/
DComposerClient.h101 uint32_t clientTargetSlotCount) override;
DComposerClient.cpp420 uint32_t clientTargetSlotCount) in setClientTargetSlotCount() argument
429 dpy->second.ClientTargets.resize(clientTargetSlotCount); in setClientTargetSlotCount()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal493 * @param clientTargetSlotCount is the slot count for client targets.
500 uint32_t clientTargetSlotCount)