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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h167 class LayerVector : public SortedVector< sp<Layer> > { class in class:android::SurfaceFlinger
169 LayerVector();
170 LayerVector(const LayerVector& rhs);
192 LayerVector layersSortedByZ;
409 const LayerVector& currentLayers, uint32_t layerStack,
H A DSurfaceFlinger.cpp1132 const LayerVector& layers(mDrawingState.layersSortedByZ);
1149 const LayerVector& layers(mDrawingState.layersSortedByZ);
1225 const LayerVector& layers(mDrawingState.layersSortedByZ);
1466 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
1723 const LayerVector& layers(mDrawingState.layersSortedByZ);
1792 const LayerVector& currentLayers, uint32_t layerStack,
1944 const LayerVector& layers(mDrawingState.layersSortedByZ);
2773 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2797 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2817 const LayerVector
3802 SurfaceFlinger::LayerVector::LayerVector() { function in class:android::SurfaceFlinger::LayerVector
3805 SurfaceFlinger::LayerVector::LayerVector(const LayerVector& rhs) function in class:android::SurfaceFlinger::LayerVector
[all...]
H A DSurfaceFlinger_hwc1.cpp1048 const LayerVector& layers(mDrawingState.layersSortedByZ);
1062 const LayerVector& layers(mDrawingState.layersSortedByZ);
1135 const LayerVector& layers(mDrawingState.layersSortedByZ);
1382 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
1633 const LayerVector& layers(mDrawingState.layersSortedByZ);
1714 const LayerVector& currentLayers, uint32_t layerStack,
1863 const LayerVector& layers(mDrawingState.layersSortedByZ);
2689 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2713 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2733 const LayerVector
3689 SurfaceFlinger::LayerVector::LayerVector() { function in class:SurfaceFlinger::LayerVector
3692 SurfaceFlinger::LayerVector::LayerVector(const LayerVector& rhs) function in class:SurfaceFlinger::LayerVector
[all...]

Completed in 663 milliseconds