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

  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 266 class LayerVector : public SortedVector< sp<LayerBase> > {
268 LayerVector() { }
269 LayerVector(const LayerVector& rhs) : SortedVector< sp<LayerBase> >(rhs) { }
286 LayerVector layersSortedByZ;
310 const LayerVector& currentLayers,
315 bool lockPageFlip(const LayerVector& currentLayers);
316 void unlockPageFlip(const LayerVector& currentLayers);
SurfaceFlinger.cpp 330 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
508 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
565 const LayerVector& previousLayers(mDrawingState.layersSortedByZ);
581 const LayerVector& currentLayers, Region& dirtyRegion, Region& opaqueRegion)
729 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
763 bool SurfaceFlinger::lockPageFlip(const LayerVector& currentLayers)
775 void SurfaceFlinger::unlockPageFlip(const LayerVector& currentLayers)
790 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
    [all...]
Layer.cpp 331 const SurfaceFlinger::LayerVector& drawingLayers(

Completed in 171 milliseconds