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

/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.h253 class LayerVector : public SortedVector< sp<LayerBase> > { class in class:android::SurfaceFlinger
255 LayerVector() { } function in class:android::SurfaceFlinger::LayerVector
256 LayerVector(const LayerVector& rhs) : SortedVector< sp<LayerBase> >(rhs) { } function in class:android::SurfaceFlinger::LayerVector
272 LayerVector layersSortedByZ;
294 const LayerVector& currentLayers,
299 bool lockPageFlip(const LayerVector& currentLayers);
300 void unlockPageFlip(const LayerVector& currentLayers);

Completed in 20 milliseconds