Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h163 Return<void> createLayer(Display display, uint32_t bufferSlotCount, in createLayer() argument
168 err = mResources->addLayer(display, layer, bufferSlotCount); in createLayer()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp216 const uint32_t bufferSlotCount = 1; in createVirtualDisplay() local
221 bufferSlotCount, in createVirtualDisplay()
235 static_cast<types::V1_0::PixelFormat>(*format), bufferSlotCount, in createVirtualDisplay()
581 const uint32_t bufferSlotCount = BufferQueue::NUM_BUFFER_SLOTS; in setClientTargetSlotCount() local
582 auto ret = mClient->setClientTargetSlotCount(display, bufferSlotCount); in setClientTargetSlotCount()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A 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()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
H A DComposerVts.h92 Layer createLayer(Display display, uint32_t bufferSlotCount);
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h101 Return<void> createLayer(uint64_t display, uint32_t bufferSlotCount,
H A DQtiComposerClient.cpp328 Return<void> QtiComposerClient::createLayer(uint64_t display, uint32_t bufferSlotCount, in createLayer() argument
339 ly->second.Buffers.resize(bufferSlotCount); in createLayer()
/aosp12/hardware/interfaces/graphics/composer/2.1/
H A DIComposerClient.hal307 * @param bufferSlotCount is the number of buffer slot to be reserved.
316 uint32_t bufferSlotCount)