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 171 * of HWCLayer.
173 class HWCLayer : public HWCLayerInterface {
177 virtual HWCLayer* dup() = 0;
178 static HWCLayer* copy(HWCLayer *rhs) {
182 virtual ~HWCLayer() { }
186 * Iterator through a HWCLayer list.
191 HWCLayer* const mLayerList;
196 LayerListIterator(HWCLayer* layer, size_t index)
205 : mLayerList(HWCLayer::copy(rhs.mLayerList)), mIndex(rhs.mIndex)
    [all...]
HWComposer.cpp 798 * Helper template to implement a concrete HWCLayer
800 * and implements the "iterable" side of HWCLayer.
803 class Iterable : public HWComposer::HWCLayer {
813 virtual HWComposer::HWCLayer* dup() {
823 * Concrete implementation of HWCLayer for HWC_DEVICE_API_VERSION_1_0.
824 * This implements the HWCLayer side of HWCIterableLayer.
    [all...]

Completed in 165 milliseconds