Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/aidl/libhwc_aidl_test/
DComposerClientWrapper.cpp80 int32_t width, int32_t height, PixelFormat pixelFormat, int32_t bufferSlotCount) { in createVirtualDisplay() argument
82 auto status = mComposerClient->createVirtualDisplay(width, height, pixelFormat, bufferSlotCount, in createVirtualDisplay()
101 int32_t bufferSlotCount, in createLayer() argument
107 writer->setNewBufferSlotCount(display, layer, bufferSlotCount); in createLayer()
112 auto status = mComposerClient->createLayer(display, bufferSlotCount, &outLayer); in createLayer()
389 int32_t bufferSlotCount) { in setClientTargetSlotCount() argument
390 return mComposerClient->setClientTargetSlotCount(display, bufferSlotCount); in setClientTargetSlotCount()
/hardware/interfaces/graphics/composer/aidl/libhwc_aidl_test/include/
DComposerClientWrapper.h69 int32_t bufferSlotCount);
73 std::pair<ScopedAStatus, int64_t> createLayer(int64_t display, int32_t bufferSlotCount,
167 ScopedAStatus setClientTargetSlotCount(int64_t display, int32_t bufferSlotCount);
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h83 Layer createLayer(Display display, uint32_t bufferSlotCount);
/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/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DIComposerClient.aidl37 long createLayer(long display, int bufferSlotCount); in createLayer() argument
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DIComposerClient.aidl37 long createLayer(long display, int bufferSlotCount); in createLayer() argument
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DIComposerClient.aidl37 long createLayer(long display, int bufferSlotCount); in createLayer() argument
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DIComposerClient.aidl37 long createLayer(long display, int bufferSlotCount); in createLayer() argument
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/4/android/hardware/graphics/composer3/
DIComposerClient.aidl37 long createLayer(long display, int bufferSlotCount); in createLayer() argument
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl130 long createLayer(long display, int bufferSlotCount); in createLayer() argument
/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/
DIComposerClient.hal307 * @param bufferSlotCount is the number of buffer slot to be reserved.
316 uint32_t bufferSlotCount)