Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h154 class LayerVector : public SortedVector< sp<Layer> > {
156 LayerVector();
157 LayerVector(const LayerVector& rhs);
179 LayerVector layersSortedByZ;
375 const LayerVector& currentLayers, uint32_t layerStack,
DSurfaceFlinger.cpp922 const LayerVector& layers(mDrawingState.layersSortedByZ); in preComposition()
936 const LayerVector& layers(mDrawingState.layersSortedByZ); in postComposition()
982 const LayerVector& layers(mDrawingState.layersSortedByZ); in rebuildLayerStacks()
1229 const LayerVector& currentLayers(mCurrentState.layersSortedByZ); in handleTransactionLocked()
1472 const LayerVector& layers(mDrawingState.layersSortedByZ); in handleTransactionLocked()
1551 const LayerVector& currentLayers, uint32_t layerStack, in computeVisibleRegions()
1704 const LayerVector& layers(mDrawingState.layersSortedByZ); in handlePageFlip()
2467 const LayerVector& currentLayers = mCurrentState.layersSortedByZ; in listLayersLocked()
2491 const LayerVector& currentLayers = mCurrentState.layersSortedByZ; in dumpStatsLocked()
2511 const LayerVector& currentLayers = mCurrentState.layersSortedByZ; in clearStatsLocked()
[all …]
DLayer.cpp598 const SurfaceFlinger::LayerVector& drawingLayers( in onDraw()