Searched defs:LayerVector (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h152 class LayerVector : public SortedVector<sp<LayerBase> > { class in class:android::SurfaceFlinger
154 LayerVector();
155 LayerVector(const LayerVector& rhs);
176 LayerVector layersSortedByZ;
356 const LayerVector& currentLayers, uint32_t layerStack,
H A DSurfaceFlinger.cpp568 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
857 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
871 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
885 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
1062 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
1258 const LayerVector& previousLayers(mDrawingState.layersSortedByZ);
1305 const LayerVector& currentLayers, uint32_t layerStack,
1458 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
2234 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2252 const LayerVector
2832 SurfaceFlinger::LayerVector::LayerVector() { function in class:android::SurfaceFlinger::LayerVector
2835 SurfaceFlinger::LayerVector::LayerVector(const LayerVector& rhs) function in class:android::SurfaceFlinger::LayerVector
[all...]

Completed in 49 milliseconds