Searched refs:LayerVector (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h154 class LayerVector : public SortedVector< sp<Layer> > { class in class:android::SurfaceFlinger
156 LayerVector();
157 LayerVector(const LayerVector& rhs);
179 LayerVector layersSortedByZ;
375 const LayerVector& currentLayers, uint32_t layerStack,
H A DSurfaceFlinger.cpp922 const LayerVector& layers(mDrawingState.layersSortedByZ);
936 const LayerVector& layers(mDrawingState.layersSortedByZ);
982 const LayerVector& layers(mDrawingState.layersSortedByZ);
1229 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
1472 const LayerVector& layers(mDrawingState.layersSortedByZ);
1551 const LayerVector& currentLayers, uint32_t layerStack,
1704 const LayerVector& layers(mDrawingState.layersSortedByZ);
2467 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2491 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2511 const LayerVector
3338 SurfaceFlinger::LayerVector::LayerVector() { function in class:android::SurfaceFlinger::LayerVector
3341 SurfaceFlinger::LayerVector::LayerVector(const LayerVector& rhs) function in class:android::SurfaceFlinger::LayerVector
[all...]
H A DLayer.cpp598 const SurfaceFlinger::LayerVector& drawingLayers(

Completed in 12 milliseconds