Home
last modified time | relevance | path

Searched defs:bufferSlotCount (Results 1 – 4 of 4) 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()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DComposerVts.cpp126 Layer ComposerClient::createLayer(Display display, uint32_t bufferSlotCount) { in createLayer()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp216 const uint32_t bufferSlotCount = 1; in createVirtualDisplay() local
581 const uint32_t bufferSlotCount = BufferQueue::NUM_BUFFER_SLOTS; in setClientTargetSlotCount() local
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.cpp328 Return<void> QtiComposerClient::createLayer(uint64_t display, uint32_t bufferSlotCount, in createLayer()