OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerVector
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/surfaceflinger/
SurfaceFlinger.h
253
class
LayerVector
: public SortedVector< sp<LayerBase> > {
255
LayerVector
() { }
256
LayerVector
(const
LayerVector
& rhs) : SortedVector< sp<LayerBase> >(rhs) { }
272
LayerVector
layersSortedByZ;
294
const
LayerVector
& currentLayers,
299
bool lockPageFlip(const
LayerVector
& currentLayers);
300
void unlockPageFlip(const
LayerVector
& currentLayers);
SurfaceFlinger.cpp
341
const
LayerVector
& currentLayers = mCurrentState.layersSortedByZ;
513
const
LayerVector
& currentLayers(mCurrentState.layersSortedByZ);
570
const
LayerVector
& previousLayers(mDrawingState.layersSortedByZ);
586
const
LayerVector
& currentLayers, Region& dirtyRegion, Region& opaqueRegion)
729
const
LayerVector
& currentLayers(mDrawingState.layersSortedByZ);
765
bool SurfaceFlinger::lockPageFlip(const
LayerVector
& currentLayers)
777
void SurfaceFlinger::unlockPageFlip(const
LayerVector
& currentLayers)
[
all
...]
Layer.cpp
258
const SurfaceFlinger::
LayerVector
& drawingLayers(
Completed in 1116 milliseconds