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
35 LayerVector();
36 LayerVector(const LayerVector& rhs);
37 ~LayerVector() override;
H A DLayerVector.cpp17 #include "LayerVector.h"
22 LayerVector::LayerVector() = default;
24 LayerVector::LayerVector(const LayerVector& rhs) : SortedVector<sp<Layer>>(rhs) { function in class:android::LayerVector
27 LayerVector::~LayerVector() = default;
29 int LayerVector::do_compare(const void* lhs, const void* rhs) const
48 void LayerVector
[all...]

Completed in 751 milliseconds