Searched refs:addLayer (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
H A DHWC2OnFbAdapter.h66 hwc2_layer_t addLayer();
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerResources.h241 bool addLayer(Layer layer, std::unique_ptr<ComposerLayerResource> layerResource) { function in class:android::hardware::graphics::composer::V2_1::hal::ComposerDisplayResource
336 Error addLayer(Display display, Layer layer, uint32_t bufferCacheSize) { function in class:android::hardware::graphics::composer::V2_1::hal::ComposerResources
345 return displayResource->addLayer(layer, std::move(layerResource)) ? Error::NONE
H A DComposerClient.h157 err = mResources->addLayer(display, layer, bufferSlotCount);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
H A DHWC2OnFbAdapter.cpp424 *outLayer = adapter.addLayer();
709 hwc2_layer_t HWC2OnFbAdapter::addLayer() { function in class:android::HWC2OnFbAdapter

Completed in 103 milliseconds