Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h92 Layer createLayer(Display display, uint32_t bufferSlotCount);
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h163 Return<void> createLayer(Display display, uint32_t bufferSlotCount, in createLayer() argument
168 err = mResources->addLayer(display, layer, bufferSlotCount); in createLayer()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp126 Layer ComposerClient::createLayer(Display display, uint32_t bufferSlotCount) { in createLayer() argument
128 mClient->createLayer(display, bufferSlotCount, [&](const auto& tmpError, const auto& tmpLayer) { in createLayer()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal307 * @param bufferSlotCount is the number of buffer slot to be reserved.
316 uint32_t bufferSlotCount)