Searched refs:LayerListIterator (Results 1 – 1 of 1) sorted by relevance
129 class LayerListIterator; variable188 friend class LayerListIterator; variable203 class LayerListIterator {208 LayerListIterator() : mLayerList(nullptr), mIndex(0) { } in LayerListIterator() function210 LayerListIterator(HWCLayer* layer, size_t index) in LayerListIterator() function214 LayerListIterator& operator = (const LayerListIterator& rhs);218 LayerListIterator(const LayerListIterator& rhs) in LayerListIterator() function222 ~LayerListIterator() { delete mLayerList; } in ~LayerListIterator()225 LayerListIterator& operator++() {235 bool operator == (const LayerListIterator& rhs) const {[all …]