Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h276 uint32_t clientTargetSlotCount) override { in setClientTargetSlotCount() argument
277 return mResources->setDisplayClientTargetCacheSize(display, clientTargetSlotCount); in setClientTargetSlotCount()
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h107 void setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount);
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp255 void ComposerClient::setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount) { in setClientTargetSlotCount() argument
256 Error error = mClient->setClientTargetSlotCount(display, clientTargetSlotCount); in setClientTargetSlotCount()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal493 * @param clientTargetSlotCount is the slot count for client targets.
500 uint32_t clientTargetSlotCount)