Home
last modified time | relevance | path

Searched refs:addLayer (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/
DComposerResources.h133 bool addLayer(Layer layer, std::unique_ptr<ComposerLayerResource> layerResource);
174 Error addLayer(Display display, Layer layer, uint32_t bufferCacheSize);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h70 hwc2_layer_t addLayer();
/hardware/google/graphics/common/hwc3/include/
DIResourceManager.h49 virtual int32_t addLayer(int64_t display, int64_t layer, uint32_t bufferCacheSize) = 0;
/hardware/google/graphics/common/hwc3/impl/
DResourceManager.h54 int32_t addLayer(int64_t display, int64_t layer, uint32_t bufferCacheSize) override;
DResourceManager.cpp123 int32_t ResourceManager::addLayer(int64_t display, int64_t layer, uint32_t bufferCacheSize) { in addLayer() function in aidl::android::hardware::graphics::composer3::impl::ResourceManager
130 Error hwcErr = mResources->addLayer(hwcDisplay, hwcLayer, bufferCacheSize); in addLayer()
/hardware/interfaces/graphics/composer/2.1/utils/resources/
DComposerResources.cpp208 bool ComposerDisplayResource::addLayer(Layer layer, in addLayer() function in android::hardware::graphics::composer::V2_1::hal::ComposerDisplayResource
321 Error ComposerResources::addLayer(Display display, Layer layer, uint32_t bufferCacheSize) { in addLayer() function in android::hardware::graphics::composer::V2_1::hal::ComposerResources
330 return displayResource->addLayer(layer, std::move(layerResource)) ? Error::NONE in addLayer()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp426 *outLayer = adapter.addLayer(); in createLayerHook()
716 hwc2_layer_t HWC2OnFbAdapter::addLayer() { in addLayer() function in android::HWC2OnFbAdapter
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h168 err = mResources->addLayer(display, layer, bufferSlotCount); in createLayer()
/hardware/google/graphics/common/hwc3/
DComposerCommandEngine.cpp111 err = mResources->addLayer(display, layerCmd.layer, layerCmd.newBufferSlotCount); in dispatchBatchCreateDestroyLayerCommand()
DComposerClient.cpp60 err = mResources->addLayer(display, *layer, bufferSlotCount); in createLayer()