Searched refs:HWCLayer (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h158 * of HWCLayer.
160 class HWCLayer : public HWCLayerInterface { class in class:android::HWComposer
164 virtual HWCLayer* dup() = 0;
165 static HWCLayer* copy(HWCLayer *rhs) {
169 virtual ~HWCLayer() { }
173 * Iterator through a HWCLayer list.
178 HWCLayer* const mLayerList;
183 LayerListIterator(HWCLayer* layer, size_t index)
192 : mLayerList(HWCLayer
[all...]
H A DHWComposer.cpp759 * Helper template to implement a concrete HWCLayer
761 * and implements the "iterable" side of HWCLayer.
764 class Iterable : public HWComposer::HWCLayer {
774 virtual HWComposer::HWCLayer* dup() {
784 * Concrete implementation of HWCLayer for HWC_DEVICE_API_VERSION_1_0.
785 * This implements the HWCLayer side of HWCIterableLayer.

Completed in 1109 milliseconds