Home
last modified time | relevance | path

Searched refs:removeLayer (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h71 bool removeLayer(hwc2_layer_t layer);
/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/
DComposerResources.h137 bool removeLayer(Layer layer);
178 Error removeLayer(Display display, Layer layer);
/hardware/google/graphics/common/libacryl/
Dacrylic.cpp67 void Acrylic::removeLayer(AcrylicLayer *layer) in removeLayer() function in Acrylic
Dacrylic_layer.cpp321 mCompositor->removeLayer(this); in ~AcrylicLayer()
/hardware/interfaces/graphics/composer/2.1/utils/resources/
DComposerResources.cpp259 bool ComposerDisplayResource::removeLayer(Layer layer) { in removeLayer() function in android::hardware::graphics::composer::V2_1::hal::ComposerDisplayResource
379 Error ComposerResources::removeLayer(Display display, Layer layer) { in removeLayer() function in android::hardware::graphics::composer::V2_1::hal::ComposerResources
386 return displayResource->removeLayer(layer) ? Error::NONE : Error::BAD_LAYER; in removeLayer()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp437 if (adapter.removeLayer(layer)) { in destroyLayerHook()
725 bool HWC2OnFbAdapter::removeLayer(hwc2_layer_t layer) { in removeLayer() function in android::HWC2OnFbAdapter
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h185 mResources->removeLayer(display, layer); in destroyLayer()
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h1164 void removeLayer(AcrylicLayer *layer);