Searched refs:bufferSlotCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_composer_client.h47 Return<void> createLayer(Display display, uint32_t bufferSlotCount,
H A Dvr_composer_client.cpp189 uint32_t bufferSlotCount, createLayer_cb hidl_cb) {
190 return client_->createLayer(display, bufferSlotCount, hidl_cb);
188 createLayer(Display display, uint32_t bufferSlotCount, createLayer_cb hidl_cb) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp239 const uint32_t bufferSlotCount = 1; local
241 mClient->createVirtualDisplay(width, height, *format, bufferSlotCount,
539 const uint32_t bufferSlotCount = BufferQueue::NUM_BUFFER_SLOTS; local
540 auto ret = mClient->setClientTargetSlotCount(display, bufferSlotCount);

Completed in 45 milliseconds