Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h108 void setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount);
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h286 uint32_t clientTargetSlotCount) override { in setClientTargetSlotCount() argument
287 return mResources->setDisplayClientTargetCacheSize(display, clientTargetSlotCount); in setClientTargetSlotCount()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp248 void ComposerClient::setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount) { in setClientTargetSlotCount() argument
249 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)