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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h161 class LayerVector : public SortedVector< sp<Layer> > { class in class:android::SurfaceFlinger
163 LayerVector();
164 LayerVector(const LayerVector& rhs);
186 LayerVector layersSortedByZ;
386 const LayerVector& currentLayers, uint32_t layerStack,
H A DSurfaceFlinger.cpp1024 const LayerVector& layers(mDrawingState.layersSortedByZ);
1045 const LayerVector& layers(mDrawingState.layersSortedByZ);
1119 const LayerVector& layers(mDrawingState.layersSortedByZ);
1343 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
1598 const LayerVector& layers(mDrawingState.layersSortedByZ);
1665 const LayerVector& currentLayers, uint32_t layerStack,
1817 const LayerVector& layers(mDrawingState.layersSortedByZ);
2635 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2659 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2679 const LayerVector
3565 SurfaceFlinger::LayerVector::LayerVector() { function in class:android::SurfaceFlinger::LayerVector
3568 SurfaceFlinger::LayerVector::LayerVector(const LayerVector& rhs) function in class:android::SurfaceFlinger::LayerVector
[all...]
H A DSurfaceFlinger_hwc1.cpp1020 const LayerVector& layers(mDrawingState.layersSortedByZ);
1038 const LayerVector& layers(mDrawingState.layersSortedByZ);
1109 const LayerVector& layers(mDrawingState.layersSortedByZ);
1356 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
1606 const LayerVector& layers(mDrawingState.layersSortedByZ);
1685 const LayerVector& currentLayers, uint32_t layerStack,
1834 const LayerVector& layers(mDrawingState.layersSortedByZ);
2651 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2675 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2695 const LayerVector
3581 SurfaceFlinger::LayerVector::LayerVector() { function in class:android::SurfaceFlinger::LayerVector
3584 SurfaceFlinger::LayerVector::LayerVector(const LayerVector& rhs) function in class:android::SurfaceFlinger::LayerVector
[all...]

Completed in 43 milliseconds