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 180 * of HWCLayer.
182 class HWCLayer : public HWCLayerInterface {
186 virtual HWCLayer* dup() = 0;
187 static HWCLayer* copy(HWCLayer *rhs) {
191 virtual ~HWCLayer() { }
195 * Iterator through a HWCLayer list.
200 HWCLayer* const mLayerList;
205 LayerListIterator(HWCLayer* layer, size_t index)
214 : mLayerList(HWCLayer::copy(rhs.mLayerList)), mIndex(rhs.mIndex)
    [all...]
HWComposer.cpp 897 * Helper template to implement a concrete HWCLayer
899 * and implements the "iterable" side of HWCLayer.
902 class Iterable : public HWComposer::HWCLayer {
912 virtual HWComposer::HWCLayer* dup() {
922 * Concrete implementation of HWCLayer for HWC_DEVICE_API_VERSION_1_0.
923 * This implements the HWCLayer side of HWCIterableLayer.
    [all...]

Completed in 3637 milliseconds