/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsComposerClient.cpp | 79 int32_t width, int32_t height, PixelFormat pixelFormat, int32_t bufferSlotCount) { in createVirtualDisplay() argument 81 auto status = mComposerClient->createVirtualDisplay(width, height, pixelFormat, bufferSlotCount, in createVirtualDisplay() 100 int32_t bufferSlotCount, in createLayer() argument 106 writer->setNewBufferSlotCount(display, layer, bufferSlotCount); in createLayer() 111 auto status = mComposerClient->createLayer(display, bufferSlotCount, &outLayer); in createLayer() 385 int32_t bufferSlotCount) { in setClientTargetSlotCount() argument 386 return mComposerClient->setClientTargetSlotCount(display, bufferSlotCount); in setClientTargetSlotCount()
|
D | VtsComposerClient.h | 69 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/ |
D | ComposerVts.h | 83 Layer createLayer(Display display, uint32_t bufferSlotCount);
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 126 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/ |
D | IComposerClient.aidl | 37 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/ |
D | IComposerClient.aidl | 37 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/ |
D | IComposerClient.aidl | 37 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/ |
D | IComposerClient.aidl | 37 long createLayer(long display, int bufferSlotCount); in createLayer() argument
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 115 long createLayer(long display, int bufferSlotCount); in createLayer() argument
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 163 Return<void> createLayer(Display display, uint32_t bufferSlotCount, in createLayer() argument 168 err = mResources->addLayer(display, layer, bufferSlotCount); in createLayer()
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerClient.h | 65 ndk::ScopedAStatus createLayer(int64_t display, int32_t bufferSlotCount,
|
D | ComposerClient.cpp | 55 ndk::ScopedAStatus ComposerClient::createLayer(int64_t display, int32_t bufferSlotCount, in createLayer() argument 60 err = mResources->addLayer(display, *layer, bufferSlotCount); in createLayer()
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerClient.h | 101 Return<void> createLayer(uint64_t display, uint32_t bufferSlotCount,
|
D | QtiComposerClient.cpp | 329 Return<void> QtiComposerClient::createLayer(uint64_t display, uint32_t bufferSlotCount, in createLayer() argument 340 ly->second.Buffers.resize(bufferSlotCount); in createLayer()
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 307 * @param bufferSlotCount is the number of buffer slot to be reserved. 316 uint32_t bufferSlotCount)
|