HomeSort by relevance Sort by last modified time
    Searched refs:LayerVector (Results 1 - 9 of 9) sorted by null

  /frameworks/native/services/surfaceflinger/
LayerVector.h 33 class LayerVector : public SortedVector<sp<Layer>> {
35 LayerVector();
36 LayerVector(const LayerVector& rhs);
37 ~LayerVector() override;
LayerVector.cpp 17 #include "LayerVector.h"
22 LayerVector::LayerVector() = default;
24 LayerVector::LayerVector(const LayerVector& rhs) : SortedVector<sp<Layer>>(rhs) {
27 LayerVector::~LayerVector() = default;
29 int LayerVector::do_compare(const void* lhs, const void* rhs) const
48 void LayerVector::traverseInZOrder(StateSet stateSet, const Visitor& visitor) const
    [all...]
SurfaceFlinger.h 58 #include "LayerVector.h"
241 explicit State(LayerVector::StateSet set) : stateSet(set) {}
250 const LayerVector::StateSet stateSet = LayerVector::StateSet::Invalid;
251 LayerVector layersSortedByZ;
254 void traverseInZOrder(const LayerVector::Visitor& visitor) const;
255 void traverseInReverseZOrder(const LayerVector::Visitor& visitor) const;
578 void clearHwcLayers(const LayerVector& layers);
591 State mCurrentState{LayerVector::StateSet::Current};
631 State mDrawingState{LayerVector::StateSet::Drawing}
    [all...]
Layer.h 43 #include "LayerVector.h"
518 void traverseInReverseZOrder(LayerVector::StateSet stateSet,
519 const LayerVector::Visitor& visitor);
520 void traverseInZOrder(LayerVector::StateSet stateSet, const LayerVector::Visitor& visitor);
601 LayerVector makeTraversalList(LayerVector::StateSet stateSet);
800 LayerVector mCurrentChildren;
802 LayerVector mDrawingChildren;
Layer.cpp     [all...]
Android.mk 19 LayerVector.cpp \
SurfaceFlinger.cpp 72 #include "LayerVector.h"
    [all...]
SurfaceFlinger_hwc1.cpp 72 #include "LayerVector.h"
    [all...]
SurfaceInterceptor.cpp 83 l->traverseInZOrder(LayerVector::StateSet::Drawing, [this](Layer* layer) {

Completed in 279 milliseconds