HomeSort by relevance Sort by last modified time
    Searched refs:HWCLayer (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 175 * of HWCLayer.
177 class HWCLayer : public HWCLayerInterface {
181 virtual HWCLayer* dup() = 0;
182 static HWCLayer* copy(HWCLayer *rhs) {
186 virtual ~HWCLayer() { }
190 * Iterator through a HWCLayer list.
195 HWCLayer* const mLayerList;
200 LayerListIterator(HWCLayer* layer, size_t index)
209 : mLayerList(HWCLayer::copy(rhs.mLayerList)), mIndex(rhs.mIndex)
    [all...]
HWComposer.cpp 826 * Helper template to implement a concrete HWCLayer
828 * and implements the "iterable" side of HWCLayer.
831 class Iterable : public HWComposer::HWCLayer {
841 virtual HWComposer::HWCLayer* dup() {
851 * Concrete implementation of HWCLayer for HWC_DEVICE_API_VERSION_1_0.
852 * This implements the HWCLayer side of HWCIterableLayer.
    [all...]

Completed in 128 milliseconds