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

/frameworks/native/services/surfaceflinger/
H A DLayerVector.h33 class LayerVector : public SortedVector<sp<Layer>> { class in namespace:android
41 explicit LayerVector(const StateSet stateSet);
42 LayerVector(const LayerVector& rhs, const StateSet stateSet);
43 ~LayerVector() override;
45 LayerVector& operator=(const LayerVector& rhs);
H A DLayerVector.cpp17 #include "LayerVector.h"
22 LayerVector::LayerVector(const StateSet stateSet) : mStateSet(stateSet) {} function in class:android::LayerVector
24 LayerVector::LayerVector(const LayerVector& rhs, const StateSet stateSet) function in class:android::LayerVector
27 LayerVector::~LayerVector() = default;
30 LayerVector& LayerVector
[all...]

Completed in 42 milliseconds