Searched refs:bufferSlotCount (Results 1 – 4 of 4) sorted by relevance
153 Return<void> createLayer(Display display, uint32_t bufferSlotCount, in createLayer() argument158 err = mResources->addLayer(display, layer, bufferSlotCount); in createLayer()
92 Layer createLayer(Display display, uint32_t bufferSlotCount);
126 Layer ComposerClient::createLayer(Display display, uint32_t bufferSlotCount) { in createLayer() argument128 mClient->createLayer(display, bufferSlotCount, [&](const auto& tmpError, const auto& tmpLayer) { in createLayer()
307 * @param bufferSlotCount is the number of buffer slot to be reserved.316 uint32_t bufferSlotCount)